Welcome!

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

SignUp Now!

Documentation Help for GOSUB Needs Updating

Jun
1,092
48
The help begins (emphasis added):

Purpose:
Execute a subroutine in the current batch file

The phrase "in the current batch file" is no longer correct. The subroutine, as shown in the "Format" may specify an optional file name, which allows the subroutine to be run from a file other than the current batch file.

I also am confused by the information about the "filename completion". When would one ever be entering the GOSUB command in an environment where file completion would apply?
 
Back
Top