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" <[EMAIL PROTECTED]> 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.


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to