13.20 Goto

This action event can be used to jump to the specified label. The label must have been declared using the Label action event first. Note that labels are local to the current event list so it's not possible to jump into different action objects using this action event. Also note that as with variables, labels are case insensitive.


Show TOC