Page 1 of 1

Restart function

Posted: 03 Sep 2014, 13:11
by PetrS
size=150Restart function/size
Version 5.2.38 and higher


Restart function is used to restart current script.
It can be used for some kind of autodesign, iterations, etc.

Calling Restart function:
list
*Immediately terminates current script run/*:m
*Clear output/*:m
*Re-read IO values/*:m
*Starts new run of the script from the beginning/*:m/list:u

ubNotes:/b/u
list
*Restart function affect just current script = current script and all subscripts (extern CLCs)./*:m
*Restart function DOES NOT affect Master CLC (CLC above current script in calling cascade)/*:m/list:u

ubWarning:/b/u
Make sure, you don't create an infinite loop!