On May 17, 2005, at 5:49 PM, Mark Talluto wrote:

I just got bitten by the same thing and came to realize that if you create a new global variable and put a number into it, it will not now up.

This works for me:

on mouseUp
  global a
  put 0+5 into a
  put "[" & a & "]"
end mouseUp

I even changed the global to some weird name and used random().

Rev 2.5.1 on OS X 10.3.9 (MDD).

Dar

--
**********************************************
    DSC (Dar Scott Consulting & Dar's Lab)
    http://www.swcp.com/dsc/
    Programming and software
**********************************************

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to