Problem with decoding Array SOLVED

Ruediger Wilhelm wilhelm.forchheim at freenet.de
Wed Dec 11 06:04:10 EST 2013


Thank you Geoff again!

This was really big help!

Ruediger


-----Original Message-----
From: use-livecode [mailto:use-livecode-bounces at lists.runrev.com] On Behalf
Of Geoff Canyon
Sent: Dienstag, 10. Dezember 2013 18:38
To: How to use LiveCode
Subject: Re: Problem with decoding Array

Note that since you are reading the whole thing at once, it would be easier
and more concise to use:

put URL ("binfile:" & $LOCALAPPDATA &"/Fit_Reit_Data/TeilnehmerDaten.txt")
into tUsersEncode

Or even:

put arrayDecode(URL ("binfile:" & $LOCALAPPDATA
&"/Fit_Reit_Data/TeilnehmerDaten.txt")) into gUsersArray








More information about the use-livecode mailing list