Looping in scripts
ArborX


Summary
This example shows looping in scripts to re-execute parts of scripts.

For example, if a certain section of a script had to be re-executed a number of times (looped), a similar layout to below could be used. The '...script action(s)...' section would also contain your exit condition(s):

 :repeat_this 1
 ...script action(s)... 2
 {repeat_this 3

Document created on 08-Feb-2003 (revision 1)