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 custompropertySet of this card to empty
set the titi["testSet"] of this card to "saluto"
set the custompropertySet of this card to empty
get the titi["testSet"] of this card
put it & cr into msg
set the custompropertySet of this card to "testSet"
get the titi[""] of this card
put it & cr after msg
=> outputs 
saluto
hello

as expected!




--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/FRIVOLITY-the-customKeys-direct-notation-tp4665032p4665055.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to