Jim Ault wrote: > 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
Nice. I didn't know you could use compress with arrays. Handy. -- Richard Gaskin Managing Editor, revJournal _______________________________________________________ Rev tips, tutorials and more: http://www.revJournal.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
