Take Command / TCC Help v. 13.03

@COMMA

Hide Navigation Pane

@COMMA

Previous topic Next topic No directory for this topic No expanding text in this topic  

@COMMA

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 (...)

@COMMA[n] :  Returns the number with commas (or the appropriate Thousands character for your current country setting) inserted where appropriate.

 

Note: Some variable functions can directly generate a numeric result with appropriate thousand separators if you add a c to their scale parameter.

 

Examples:

 

echo %@comma[12345678]

echo %@comma[0.12345678]

echo %@comma[%_xpixels]

 

See also: @CONVERT, @FORMAT, @FORMATN.

 

Comments (...)