How to adress two customPropertySet ? [Solved]
Posted: Thu May 15, 2014 9:14 am
Hi to all,
After some research in the dictionnary and in this forum, i didn't find the answer to this problem:
I declare 2 customPropertySet that way (not sure if it's the right one
):
I've read from Kaus and others in different post that customPropertySet are treated as array for card and stack.
Here, it's an image.
The <cLePremierDoublon> customPropertySet will store for example; cMyValue1 , cMyValue2 , cMyValue3.
Same for the <cLeSecondDoublon> customPropertySet
Question: if I want to get the value of <cMyValue2 > within <cLePremierDoublon>, how can I do that ?
Thanks in advance for your help, Jean-Paul.
After some research in the dictionnary and in this forum, i didn't find the answer to this problem:
I declare 2 customPropertySet that way (not sure if it's the right one

Code: Select all
set the customPropertySet of image "doublon" of laCard to EMPTY
set the customPropertySet of image "doublon" of laCard to "cLePremierDoublon"
set the customPropertySet of image "doublon" of laCard to "cLeSecondDoublon"
Here, it's an image.
The <cLePremierDoublon> customPropertySet will store for example; cMyValue1 , cMyValue2 , cMyValue3.
Same for the <cLeSecondDoublon> customPropertySet
Question: if I want to get the value of <cMyValue2 > within <cLePremierDoublon>, how can I do that ?
Thanks in advance for your help, Jean-Paul.