Hi!
Is it in anyway possible to GOSUB alt. GOTO a label which is a
string? If not, is there any other ways to do this?
String$="Test"
GOSUB String$
Also, about command line switches, does anybody have a neat
little working subroutine which extracts multiple switches with
arguments?
Like for example;
Myprog.EXE /Format=A: /Quick /System
Thanks for reading!
------------------
Is it in anyway possible to GOSUB alt. GOTO a label which is a
string? If not, is there any other ways to do this?
String$="Test"
GOSUB String$
Also, about command line switches, does anybody have a neat
little working subroutine which extracts multiple switches with
arguments?
Like for example;
Myprog.EXE /Format=A: /Quick /System
Thanks for reading!
------------------
Comment