Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2004-12-02 03:09 PM
2004-12-02 07:41 PM
TomWaltz wrote:I think you meant to say "short circuits the current iteration of the enclosing loop", rather than "aborts the current loop"...
In C++, there is a keyword CONTINUE, which is used inside a Do.. While or Repeat...Until loop. This keyword aborts the current loop, and starts over at the top.
I have not been able to find any equivalent in GDL. Is there some strange undocumented method I am missing?
2004-12-02 11:03 PM