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
Calling and running files
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Calling and running files
In command RUN you need to specify in quotes file name you want to run:
RUN "program.txt"
RUN "program.txt"