From jeffos...@gmail.com on March 01, 2014 15:56:37
Received this by PM. Already heard those requests, and for once they're very clear => making an issue to keep track of it...
I have an idea for new statements in cycle actions:
- IFAND, IFOR and IFXOR (IFNAND, IFNOR and IFXNOR too),
- ability to force to on or off a toggle action (ON and OFF , or SET/CLEAR),
- a statement to exit a loop cycle
i.e.
LOOP x
...
IF
EXITLOOP
ENDIF
...
ENDLOOP
- a prompt to ask how many loop cycles must be performed when an action executes it (if LOOP 10 is found then the cycle is executed 10 times, if LOOP # is found then the prompt is displayed).
I think they would be usefull for more complex actions.
Original issue: http://code.google.com/p/sws-extension/issues/detail?id=634
From jeffos...@gmail.com on March 01, 2014 15:56:37
Received this by PM. Already heard those requests, and for once they're very clear => making an issue to keep track of it...
I have an idea for new statements in cycle actions:
i.e.
LOOP x
...
IF
EXITLOOP
ENDIF
...
ENDLOOP
I think they would be usefull for more complex actions.
Original issue: http://code.google.com/p/sws-extension/issues/detail?id=634