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.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to