Take Command / TCC Help v. 13.03
@CAPSNot in LE
Hide Navigation Pane
@CAPSNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@CAPSNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@CAPS[["xxx"],text] : Capitalizes the first letter of each word in the string (words that do not start with a letter remain unchanged). The optional first parameter, xxx, specifies the separators that you wish to use. The list must be enclosed in double quotes. If you want to use a double quote as a separator, prefix it with the Escape Character.

 

Examples:

 

echo %@caps[" ",i love take command]

echo %@caps[",",peter,paul,mary]

echo %@caps[" ^"","sacrebleu!", he said]

 

Comments (...)