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