Page 1 of 1

Writing and reading text files with Sedoric?

Posted: Thu May 10, 2018 3:13 pm
by Dbug
Hi,
if any of you has experience with using Sedoric in BASIC, what would be the recommended way to write stuff to disk in a way that allows me to control what is written (ie: Not using any Sedoric native formated read/write functions).

Basically (haha) the equivalent of:

Code: Select all

10 OPEN"MyFile",1
20 DPRINT 1, "This is some random text";var;" Some more stuff"
30 DPRINT 1, "End of the text
40 CLOSE  1
Thanks :)