CONTINUE

From STX Wiki
< Programmer Guide‎ | Command Reference
Revision as of 17:31, 18 November 2010 by Admin (talk | contribs) (1 revision: Initial import)
Jump to navigationJump to search

CONTINUE

CONTINUE

Skip rest of command block. Continue execution with the DO or FOR statement. E.g.:

for #i := 0 to $#i < $#t[] step #i := int $#i + 1
    if '$#t[$#i,ID]' <= '100' continue
    // do something with all IDs above 100
end

Navigation menu

Personal tools