Maybe I'm missing something, but I originally thought the following would cause a recursion error, because the property being set appears within a setProp handler of the same name. Trying this in LC 7.0.5 works, but I still see a warning in the docs about recursion. So does the following work only in LC 7 and later?
Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 7/30/15, 3:44 PM, "Mark Wieder" <[email protected]> wrote: >setProp myUniqueName pValue > add 1 to pValue > set the myUniqueName of me to pValue >end myUniqueName _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
