Encoding Arrays with File Paths
Monte Goulding
monte.goulding at livecode.com
Tue Feb 18 17:15:25 EST 2025
> On 19 Feb 2025, at 9:09 AM, Bob Sneidar via use-livecode <use-livecode at 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
More information about the use-livecode
mailing list