Functions: Format Function - Wynntils/Wynntils GitHub Wiki

Format function

Aliases

None

Description

Returns the a number converted into string.

Arguments

This function has 1 requires argument.

  • value (Number) → The number to be converted into a string.

Schematics

FORMAT(<value>) → (String)

Example

FORMAT(1.2354)  "1"
⚠️ **GitHub.com Fallback** ⚠️