- Oct
- 369
- 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?