Indeedd thanks.. I must have been working to late.. I forgot some references
to the card
in my tests, and they are absolutely necessary!
The following brute test confirms the [""] works fine :
set the custompropertySet of this card to "testSet"
set the titi[""] of this card to "hello"
set the cus
Robert-
> I wondered if there was a way to address directly with
> "put the customKeys[empty] into tKeys".
> And it does not seem to work here!!
> which is a little bit illogical but.. and asymmetrical.
try
put the customKeys[""] of into tKeys
that seems to get the default "customKeys" set
...s