Capitalize a nameTag(s): Powerscript
For example, to change "john smith" to "John Smith", you can use datawindow function WordCap()
ls_string ='john smith' ls_string = dw_1.Describe ( "Evaluate('WordCap(~"" + ls_string + "~")',0)")
SELECT InitCap('john smith') into :ls_name FROM dual USING SQLCA;
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com