You could probably get somewhere using [moocow/any2bytes] and [mrpeach/binfile].
Martin
On 2012-06-26 12:22, Mirko Maier wrote:
ok, hoped for a solution within pd(extended on windows).
thanks
mirko
-------- Original-Nachricht --------
Datum: Tue, 26 Jun 2012 18:03:29 +0200
Von: Jack <jack@rybn.org>
An: Mirko Maier <mirkom@gmx.de>
CC: pd-list@iem.at
Betreff: Re: [PD] comma into a textfile
Le 26/06/2012 18:00, Mirko Maier a ̩crit :
It is a normal that you get a comma in your text file when you use
'write' message on [textfile].
Because Pd escape the comma to read it back with [textfile].
But you shouldn't get this \ when you 'read' this same text file with
[textfile].
++
Jack
yeah, but i want to read the written text file then in another software
(lilypond), and there the backslash is bad...
Mirko
So, remove backslashes with a bash script (for example) when you save
the text file with 'write' message.
++
Jack