Search found 1 match
- Thu Dec 11, 2003 7:14 pm
- Forum: Beginners
- Topic: How to pass variables to GOSUB Subroutine?
- Replies: 4
- Views: 11827
How to pass variables to GOSUB Subroutine?
Imagine, i have twice of the following tasks in my program. Therefore i would like to swap that task out into a subroutine "SaveFile". The only variable to pass is the name of the saved file %file%: SRT>SaveFile IfFileExists>file,FileExists Goto>SaveFile Label>FileExists DeleteFile>file Label>SaveFi...