- This topic has 1 reply, 2 voices, and was last updated 19 years, 7 months ago by .
-
Topic
-
When doing larger Xlates with lots of ITERATE actions that need to loop a lot until a certain value and then quit, I miss break/continue functionality a lot. Would that be a useful enhancement? I now use constructs like this:
Code:ITERSTART
COPY@
IF @ eq =
ELSE
IF @ eq =
ELSE
....
ITERENDBut they tend to grow larger than strictly necessary when there are values that you would just want to skip.
Viewing 0 reply threads
Viewing 0 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.