> On 19 Feb 2025, at 9:09 AM, Bob Sneidar via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Okay I don’t think I am having an issue with arrayEncode. I think I am having > an issue where arrayEncoding with MacOS is failing to arrayDecode in Windows > and vis versa.
The result of arrayEncode is a binary string so you need to ensure it is not treated as text either writing it out or reading it in. For example if reading or writing to disk use a `binfile:` url or binary mode on open file. Cheers Monte _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode