|
| Purpose | With Goto you can control the InputScript processing. |
| Example | Goto NextPosition
Label NextPosition |
| Format | Goto labelname
Label labelname The InputScript processing is continued with the line following the specified label. |
| Tips & Tricks |
|
|
| Purpose | With Goto you can control the InputScript processing. |
| Example | Goto NextPosition
Label NextPosition |
| Format | Goto labelname
Label labelname The InputScript processing is continued with the line following the specified label. |
| Tips & Tricks |
|