On Sunday, August 15, 2004, at 12:11 PM, jbv wrote:

Could someone be kind enough to explain why the following script :

on mouseUp
  get compress(myVar)
  put it into fld 1
  get fld 1
  put decompress(it)
end mouseUp



I would use put compress(myVar) into myVar2 & put decompress(myVar2) into myVar3


Watch out for lines of long lengths in fields. It's either 32kbts or 64kbts lengths that mess things up when fields are used as storage containers.

Mark

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to