Thanks to all! I was concerned about the cat to rat ratio, but Jacque cleared that all up.;)

Michael
On Jul 15, 2004, at 10:41 AM, Jeanne A. E. DeVoto wrote:

At 9:52 PM -0500 7/14/04, Michael D Mays wrote:
Can I set an array directly into a custom property or do I have to 'combine' the array before setting it and then 'split' it after I get it in order to use it as an array?

You can set it directly.

Technically, what you get in this case is a custom property set - with each element being a property in that set. But for your purposes the distinction doesn't matter, because you address the properties in a custom property set with array notation:

set the customProperties["pets"] of this card to myPetInventory -- array
put the pets["dog"] of this card into field "Number of Dogs"
set the pets["cat"] of this card to 14
--
jeanne a. e. devoto ~ [EMAIL PROTECTED]
http://www.jaedworks.com



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

Reply via email to