I'm in the process of writing a pretty extensive script that requires the use of Boolean "ands" (&) inside conditional statements:
If (a=1) & (b=2) then...
...and so forth.
I found in a rather old post that this was on the roadmap, but not a high priority.
Is this still the case?
Use of an "&" inside a conditional is throwing errors in the latest version of HL.
I would rather not have to write a bunch of nested if-then statements if I don't need to.
Any help on this is greatly appreciated.
Thanks.
-GP
If (a=1) & (b=2) then...
...and so forth.
I found in a rather old post that this was on the roadmap, but not a high priority.
Is this still the case?
Use of an "&" inside a conditional is throwing errors in the latest version of HL.
I would rather not have to write a bunch of nested if-then statements if I don't need to.
Any help on this is greatly appreciated.
Thanks.
-GP