Page 1 of 1

Calling and running files

Posted: Thu Nov 06, 2014 12:55 am
by Tomass
I need to know how to use the run$ command properly
When trying to use this command I get an error
Message saying incorrect file name "O" followed by
The code I wrote 110 IF A = 1 THEN RUN OHMSLM

Re: Calling and running files

Posted: Thu Nov 06, 2014 1:26 am
by Mr. Kibernetik
In command RUN you need to specify in quotes file name you want to run:

RUN "program.txt"