scope of labels
- Posted by ChrisB (moderator) Jul 03, 2009
- 880 views
Is this ok?
for j = 1 to 20 label "j" do if x is true then continue "j" end if --other stuff end for --same block, but later for j = 1 to 20 label "j" do if x is true then continue "j" end if --other stuff end for
Chris