Refer object with the value of a variable

Josep M Yepes jmyepes at mac.com
Mon Dec 20 06:46:02 EST 2010


Hi,

Why this code don't run?

I want to assign the value of tX[tKey] to the fields that have the  
same name of the value.

pLanguage is passed by the user.


  put "u" & pLanguage into tX

    repeat for each key tKey in the customproperties["u" & pLanguage]  
of this stack
       set the text of fld tKey to tX[tKey]
    end repeat


Salut,
Josep 



More information about the use-livecode mailing list