Page 1 of 1

Creating file to write to

Posted: Fri Jul 21, 2017 1:38 am
by waltax
I attempted to print to a file but received a message that I had an invalid file name. At the risk of asking obvious questions, do I need to write to a pre-existing file? If so, how can I create such a file on my iPad that will be recognized by Smart Basic? Is their some Basic command that I have overlooked? Thanks

Re: Creating file to write to

Posted: Fri Jul 21, 2017 4:55 pm
by Mr. Kibernetik
Printing to a file example:

Code: Select all

file "test.txt" print 1;2;3

Re: Creating file to write to

Posted: Sun Jul 23, 2017 7:02 pm
by waltax
Thanks, I kept putting a $ sign in file name.