$numberSeparator

Separates the thousands in a number.

Syntax

$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
Result: $numberSeparator[$message]
!example 5000 Result: 5,000 !example 2536000 Result: 2,536,000

What is this?

How $message works?