PureBytes Links
Trading Reference Links
|
Is their an easy was to combine multiple commands from the one
conditional statement?
I.E.
Instead of:
if x = 1 then [command 1];
if x = 1 then [command 2];
if x = 1 then [command 3];
I want something like this:
(this is not valid code but explains the concept)
if x=1 then [command 1] and [command 2] and [command 3];
I have looked at various and, if, else etc, but can't seem
to find the right combination.
Thanks,
Justin
PS, Just installed Dynaorder & loving it!! - Will post full report
shortly.
|