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.