can you point to an code example , this is what i have
Myfile.bas has
sub1:
do this 1
return
sub2:
do this 2
Return
--------------
Main prog has
include "myfile.bas"
main:
gosub sub1
gosub sub2
goto main
can you point to an code example , this is what i have
Myfile.bas has
sub1:
do this 1
return
sub2:
do this 2
Return
--------------
Main prog has
include "myfile.bas"
main:
gosub sub1
gosub sub2
goto main
Bookmarks