CONTINUE

From STX Wiki
< Programmer Guide‎ | Command Reference
Revision as of 14:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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