Calling and running files

Post Reply
Tomass
Posts: 3
Joined: Wed Nov 05, 2014 12:22 pm
My devices: iPhone

Calling and running files

Post 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

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Calling and running files

Post by Mr. Kibernetik »

In command RUN you need to specify in quotes file name you want to run:

RUN "program.txt"

Post Reply