This should be easy but I am missing something.
I want to issue a DO command, normally it would be Do Name.prg
But in this case I want to issue Do lcvariable where lcvariable is the name of the program to run. However, lcvariable is actually "program_name" not program_name. What is the simplest way to pass the program name through a variable so one DO command could perform unlimited number of different programs.
Thanks
I want to issue a DO command, normally it would be Do Name.prg
But in this case I want to issue Do lcvariable where lcvariable is the name of the program to run. However, lcvariable is actually "program_name" not program_name. What is the simplest way to pass the program name through a variable so one DO command could perform unlimited number of different programs.
Thanks