Problem with send command???

Richard Gaskin ambassador at fourthworld.com
Thu Jun 26 15:01:05 EDT 2008


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



More information about the use-livecode mailing list