Programmer Guide/Command Reference/CONTINUE: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)
(No difference)

Revision as of 17:31, 18 November 2010

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