On 29/1/02 3:46 pm, Devin Asay <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> <http://www.runrev.com/>
Runtime Revolution Limited - Power to the Developer!
Tel: +44 (0) 870 747 1165.  Fax: +44 (0)1639 830 707.

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to