Creating file to write to
Creating file to write to
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
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Creating file to write to
Printing to a file example:
Code: Select all
file "test.txt" print 1;2;3
Re: Creating file to write to
Thanks, I kept putting a $ sign in file name.