Problem with send command???
Jim Ault
JimAultWins at yahoo.com
Thu Jun 26 14:34:41 EDT 2008
You can use the compress function in Rev
put compress(myArray) into myArray
send "TestIt myArray,1" to myHandlerLocation
on myHandlerLocation comprArr, intgr
put decompress(comprArr) into normalArr
...
end myHandlerLocation
Hope this will work for you.
Jim Ault
Las Vegas
On 6/26/08 10:23 AM, "Mark Wieder" <mwieder at ahsoftware.net> wrote:
> Dave-
>
>> send "TestIt myArray,1" to myHandlerLocation
>>
>> Is there no way of doing this in RunRev?
>
> It's bz#3610 by way of #5831: the "send" command doesn't take array
> arguments.
More information about the use-livecode
mailing list