what is "pool"? is this an external? if so, we can find the sources and compile for 64-bit Pd.
> Is there a way to pass [text] a list that also includes isolated commas?
the only way is to use [text fromlist], e.g.:
[list \, foo \, 1 \; \, bar \, 2 \; ( -> [text fromlist]
this means you can't easily add/replace a single line, but there are certainly workarounds...
Christof
Gesendet: Dienstag, 08. Oktober 2019 um 20:13 Uhr
Von: "Samuel Burt" <composer.samuel.burt@gmail.com>
An: Pd-list <pd-list@lists.iem.at>
Betreff: [PD] Comma separators, as in pool.
I'm updating code in Windows 10 64-bit and there are no 64-bit pool binaries. I'm in the process of writing my own pool objects using [list]s and [text]s, however I'm having a problem.
Pool formatted data files use this format:
, "index-name" , value
, "index-name" , value
, "index-name" , value
I've tried a lot of things, but I'm stuck with \, messages in my file. Is there a way to pass [text] a list that also includes isolated commas?
It's very fairly important that this project maintains backwards capability. Otherwise I would write entirely new routines for saving data.
Sam
_______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list