Dumb Newbie Questions -- 3 of N

Thierry th.douez at gmail.com
Sat May 2 05:07:03 EDT 2009


Le 2 mai 09 à 10:51, Richmond Mathewson a écrit :

> However, when I tried this:
>
> on mouseUp
>  put the customProperties of btn "Holder" into fld "fPROPS"
> end mouseUp
>
> nothing happened, and, confusingly, I had to do this instead:

customProperties gives you an array !

> on mouseUp
>  put the customKeys of btn "Holder" into fld "fPROPS"
> end mouseUp
>
> at which point I got a list of the names of the customProperties of
> button "Holder".

the *names* are in fact the keys of the customproperties.


In Revolution User Guide, chapter 7.9 all this is explain quite  
well.....


HTH,
Thierry




More information about the use-livecode mailing list