custom prop

Kevin Miller kevin at runrev.com
Tue Jan 29 18:10:01 EST 2002


On 29/1/02 3:46 pm, Devin Asay <devin_asay at byu.edu> wrote:

> This is great stuff, the first time I've understood what custom
> property sets are for.  But how do you make one set or the other
> active?

put the myArrayName["myKeyName"] of btn 1

Or:

put the customProperties[myArrayName] of btn 1 into tMyArray

Or:

set the customPropertySet of btn 1 to "myArrayName"

-- further references will refer to properties in a particular set:

put the myKeyName of btn 1 --from set myArrayName

Kind regards,

Kevin

Kevin Miller <kevin at runrev.com> <http://www.runrev.com/>
Runtime Revolution Limited - Power to the Developer!
Tel: +44 (0) 870 747 1165.  Fax: +44 (0)1639 830 707.




More information about the use-livecode mailing list