jim, why not this: put fld "list" into tContent repeat for each word tName in tContent replace tName with (toUpper(char 1 of tName) & toLower(char 2 to -1 of tName)) end repeat This will capitalize all your names right? -- http://www.andregarzia.com All We Do Is Code.