TeleFlow BasicScript Exit

TeleFlow BasicScript Exit

From TeleFlow

(Difference between revisions)
Jump to: navigation, search
(New page: Immediately exits the script.<br> <br> ===Syntax=== :EXIT<br> <br> ===Related Steps=== Image:Iv_517.gif BasicScript<br> <br> ===Examples=== :{| border="0" cellsp...)
Current revision (00:06, 20 May 2008) (edit) (undo)
(New page: Immediately exits the script.<br> <br> ===Syntax=== :EXIT<br> <br> ===Related Steps=== Image:Iv_517.gif BasicScript<br> <br> ===Examples=== :{| border="0" cellsp...)
 

Current revision

Immediately exits the script.

Syntax

EXIT


Related Steps

Image:Iv_517.gif BasicScript

Examples

BasicScript code      Result
@A = "Hello world" Hello world
Print "@A"
EXIT
PRINT "Hello again"