Hi,

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?

I would like to do something like:

  put "dog,13 cat,12 rat,129" into myPetInventory
  split myPetInventory by " " and ","
  set the pets of this card to myPetInventory

Thanks,
Michael

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

Reply via email to