LC http://2108.co.uk
>
> PointandSee is a FREE simple but full featured under cursor colour picker /
> finder.
> http://www.pointandsee.co.uk - made with LiveCode
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/Difficulty-with-Lo
untime-revolution.278305.n4.nabble.com/Difficulty-with-Load-command-tp4708759p4708762.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to sub
I’m loading an encoded array file from a remote server and want to put it into
a variable:
local sURL,sData
load URL sURL with message “downloadComplete"
on downloadComplete
open URL sURL
put arrayDecode(sURL) into sData
end downloadComplete
I get an error--
(put: erro