TeleFlow BasicScript Goto

TeleFlow BasicScript Goto

From TeleFlow

Jump to: navigation, search

Jumps to a label statement.

Syntax

GOTO label
label


Related Steps

Image:Iv_517.gif BasicScript

Examples

BasicScript code      Result
@VARDATE = @DATE + 1 2008/06/02
GOTO final
PRINT "end"
 
final:
PRINT @VARDATE