<div dir="ltr">Thanks for the clear, concise suggestion! It seems you are right that this might be the only way.<div><br></div><div>[text fromlist] was one of the first things I tried, but I couldn't get the carriage returns to work correctly. I have it now!</div><div><br></div><div>I needed use this to add line breaks:</div><div>[add2 \;(</div><div><br></div><div>Then each line could be stored in [list store] which I could bang into [text fromlist]. The other important ingredient was writing the file with a -c flag to [text define] so the line breaks wouldn't have semicolons. The output file is now exactly like [pool]'s.</div><div><br></div><div>Also, thanks for the offer to compile pool as 64-bit. I'm hoping to get my work as close to pd-vanilla as possible for maximum forwards compatibility, but I'm sure there are other people out there that are looking for it.</div><div><br></div><div>Sam</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 8, 2019 at 3:22 PM Christof Ressi <<a href="mailto:christof.ressi@gmx.at">christof.ressi@gmx.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:Verdana;font-size:12px"><div>
<div>what is "pool"? is this an external? if so, we can find the sources and compile for 64-bit Pd.</div>

<div> </div>

<div>> Is there a way to pass [text] a list that also includes isolated commas?</div>

<div> </div>

<div>the only way is to use [text fromlist], e.g.:</div>

<div> </div>

<div>[list \, foo \, 1 \; \, bar \, 2 \; ( -> [text fromlist]</div>

<div> </div>

<div>this means you can't easily add/replace a single line, but there are certainly workarounds...</div>

<div> </div>

<div>Christof</div>

<div> 
<div name="quote" style="margin:10px 5px 5px 10px;padding:10px 0px 10px 10px;border-left:2px solid rgb(195,217,229)">
<div style="margin:0px 0px 10px"><b>Gesendet:</b> Dienstag, 08. Oktober 2019 um 20:13 Uhr<br>
<b>Von:</b> "Samuel Burt" <<a href="mailto:composer.samuel.burt@gmail.com" target="_blank">composer.samuel.burt@gmail.com</a>><br>
<b>An:</b> Pd-list <<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>><br>
<b>Betreff:</b> [PD] Comma separators, as in pool.</div>

<div name="quoted-content">
<div>
<div class="gmail_quote">
<div class="gmail_attr"> </div>

<div>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.
<div> </div>

<div>Pool formatted data files use this format:</div>

<div>, "index-name" , value</div>

<div><span style="font-family:sans-serif">, "index-name" , value</span>   </div>

<div><span style="font-family:sans-serif">, "index-name" , value</span></div>

<div> </div>

<div>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?</div>

<div> </div>

<div>It's very fairly important that this project maintains backwards capability. Otherwise I would write entirely new routines for saving data.</div>

<div> </div>

<div>Sam</div>

<div> </div>

<div><br>
 </div>
</div>
</div>
</div>
_______________________________________________ <a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" target="_blank">https://lists.puredata.info/listinfo/pd-list</a></div>
</div>
</div>
</div></div></div>
</blockquote></div>