Num - script and chart function
Num() formats an expression numerically in the number format set in the system variables in the data load script, or in the operating system, unless a format string is supplied, and optional decimal and thousands separators.
Syntax:
Num(number[, format[, dec_sep [, thou_sep]]])
Return data type: dual
The
Arguments:
Argument | Description |
---|---|
|
The number to be formatted. |
|
String describing how the resulting string is to be formatted. If omitted, the number format set in the operating system is used. |
|
String specifying the decimal number separator. If omitted, the MoneyDecimalSep value set in the data load script is used. |
|
String specifying the thousands number separator. If omitted, the MoneyThousandSep value set in the data load script is used. |