Fucntion variables format numbers function
|
![]() |
|
Summary |
Examples of parameters. |
The following willl output a number in a European style format, with a comma as a decimal separator, and a full-stop as the grouping separator. |
|
Will output "1.234,50".Note that the same format pattern without the third parameter specifiedwill output "1234.500". |
Overriding the "zero-digit" will change what symbols are used instead of numbers, i.e. |
|
Will output "b,cde.fa". |
Document created on 22-Nov-2004 (revision 0)