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 _______________________________________________
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