Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

How to? gosub and label search

Oct
356
2
The doc/help for gosub states that it searches for the label starting with the line after the gosub. So if I have a bat file that issues “gosub :foo” 1000 times will it search 1000 time or remember the line number that “:foo” is and for the next 999 call it knows what line in the bat file to goto or does it search for: foo on every gosub call?
 
thx for the info -- I just wrote a tool to extract the auto files from my ipod to the computer -- the bat file is over 100K and I have may gosub(s) to check and create folders --- I recall that BTM files are loaded --- can they be altered while running?
 
thx for the info -- I just wrote a tool to extract the auto files from my ipod to the computer -- the bat file is over 100K and I have may gosub(s) to check and create folders --- I recall that BTM files are loaded --- can they be altered while running?
No if its running in BTM mode. Yes if its running as a BAT file
 

Similar threads

Replies
2
Views
2K
Back
Top