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