$numberSeparator
Separates the thousands in a number.
Usage
$numberSeparator[number;(separator)]
Parameters
number
(Type: Integer || Flag: Required)
: The number to apply the separator to.separator
(Type: String || Flag: Vacantable)
: The separator between each thousand. The default is,
.
Example
$nomention
$numberSeparator[5000]