Re: [PD] textfile problem

2015-02-01 Thread Miller Puckette
Sure enough - 7 of the lines got an extra space character. For the moment, if you're on linux or mac, just use tr -d foo.txt foo2.txt (for instance) to clean them out. But I think it would be better if I could keep them from getting in the file... cheers Miller On Sat, Jan 31, 2015 at

Re: [PD] textfile problem

2015-02-01 Thread rolfm
Miller Puckette m...@ucsd.edu schreef: Sure enough - 7 of the lines got an extra space character. For the moment, if you're on linux or mac, just use tr -d foo.txt foo2.txt (for instance) to clean them out. But I think it would be better if I could keep them from getting in the file...

Re: [PD] textfile problem

2015-01-30 Thread rolfm
with the send patch you'll get a not-asked-for space at record 677 rolf ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] textfile problem

2015-01-30 Thread rolfm
#N canvas 0 0 450 300 10; #X obj 245 40 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 245 75 t b b b; #X obj 264 132 until; #X msg 264 110 5000; #X msg 264 179 12345; #X msg 264 226 add \$1; #X obj 264 262 textfile; #X msg 380 203 clear; #X obj 179 163 savepanel; #X msg 179

Re: [PD] textfile problem

2015-01-29 Thread rolfm
correction: Wordpad does NOt take away the extra code rolf ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] textfile problem

2015-01-29 Thread rolfm
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