Naming Custom Properties

DunbarX at aol.com DunbarX at aol.com
Fri Apr 16 14:06:23 EDT 2010


I have no issue with this. I remember a while back that single char 
properties or variables caused a problem. I tested this in a button:

on mouseenter
    put random(99) into xxx
    set the xxx of me to xxx
    put the xxx of me
end mouseenter

gives a bunch of random number whenever you enter the object.

Craig Newman



More information about the use-livecode mailing list