TeleFlow BasicScript Exit

TeleFlow BasicScript Exit

From TeleFlow

Jump to: navigation, search

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"