
Basically, I'd like to see the following code terminate the robot, instead of having to create a label that calls end.
if "condition" = 1 goto "END"
Report ID | 452 | Title | Built-in "End" label |
Product | Rejected Requests | Status | Rejected (Severity 0 - None Assigned) |
Version | - | Fixed in | - |
Posted 25 May 2012 - 03:10 AM
if "condition" = 1 goto "END"
Posted 25 May 2012 - 02:50 PM
if "condition" = 1 end else if "condition" = 2 * ":pinkieshrug:/>" else explode 15 . "code continues for condition=2" . "or" start switch "condition" case 1 end case 2 * ":pinkieshrug:/>" abort switch default explode 15 end switch
if condition = 1 end else if condition = 2 { * ":pinkieshrug:/>" } else explode 15 loop { . "code. always executed at least once" } while LOOPCOUNT < 20 while LOOPCOUNT < 20 { . "code. maybe doesn't executed :pinkieshrug:/>" }
Posted 11 June 2012 - 06:10 PM
Posted 08 December 2012 - 05:18 AM