stacking code

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
Guardian
Newbie
Posts: 2
Joined: Wed Apr 13, 2005 6:17 pm

stacking code

Post by Guardian » Wed Apr 13, 2005 6:34 pm

is it now or will it ever be possible to stack multiple command on a single line in macro programming?

such as:

Let>variable_name=value
Let>variable_name=value
Let>variable_name=value
Let>variable_name=value



to...

Let>variable_name=value : Let>variable_name=value
Let>variable_name=value : Let>variable_name=value



or to possibly continue one long command on two seperate lines to see the full command without needing to scroll over.

such as:


if>{(variable01) or (variable02) or (variable03) or (variable04) and (variable05) or (variable06) or (variable07) and (variable08) or (variable09) = variable10,start


to...


if>{(variable01) or (variable02) or (variable03) or (variable04) and (variable05)_
or (variable06) or (variable07) and (variable08) or (variable09) = variable10,start

Those two abilities are exactly the same as i know visual basic allows in its code. The code stacking I think would be great. It would fill up much more white space and not require us to scroll down so much on the bigger programs.

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts