Description
What I would like to see is a command that skips the rest of a loop and starts with the next value instead.
Use Case
\"While (Field != value) ,### if the value is not of interest, jump to the next in the loop if (whatever != \"\"value\"\") continue (or next) endif ... ... ... ... endwhile\"
Importance
For me this feels important, but I\'m not the only one to make this up!
Type
Scripting/Coding
Operating System
Not Applicable
Status
Open