hello list,
i'm creating a file with [textfile] and [write $1 CR( containing numbers of always 5 digits.
having troubles reading this file on an Arduino i found that at record 677 [textfile] adds a space (hexa 20) to 1 record. with records of 6 digits it will be record 579.
the "incident" repeats itself in longer files.
when i read such a file in Wordpad and save it, the extra code is gone.
is this a bug?
by looking at the files in binary format (on Windows 7) i also saw that Vanilla saves with only a LF, where Pd-extended saves a CR LF. is this a choice to be compatible with Windows?
rolf