Is there a way to make a label without being inside of a procedure or function?
Is there a way to make a label without being inside of a procedure or function?
you can make a label global. but if you actually want to visualize it, it must be in a procedure/main loop using .create();
Well when I try using a label, and use GoTo to jump from one section to the next, I just get an Unknown identifier error...
Underneath global variables
Simba Code:label
Reset;
in a procedure
Simba Code:GoTo Reset;
in the main procedure of the script
Simba Code:Reset:
Last edited by Illkillutill; 02-05-2012 at 12:57 AM.
oh sry, im thinking TLabels
rarely do i use actual Labels. sry i wouldnt know
EDIT: why would u need a label in your main(). just put watever is in the label into a procedure, and whenever u need to access that, use the procedure
There are currently 1 users browsing this thread. (0 members and 1 guests)