scope of labels

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu