AKD BASIC User Guide | 6 AKD BASIC Parameters, Operators, Statements
6.1.10 GoTo
General Information
Type Statement
Description
GOTO causes the software to jump to the specified label and continue execut-
ing from there.
Units N/A
Range N/A
Default
Value
N/A
Data Type N/A
Start Ver-
sion
TBD
Description
GoTo causes the software to jump to the specified label and continue executing from there.
GoTo is not recommended as a looping technique. Excessive use of the GoTo statement can
lead to disorganized and confusing programs. Preferred looping techniques are:
l For...Next
l If...Then...Else
l While...Wend
Related Topics
On Error GoTo
107 Kollmorgenâ„¢ | March 30, 2012