Functions: Leading_Zeros Function - Wynntils/Wynntils GitHub Wiki
None
Returns the value with a fixed length.
This function has 2 required arguments.
- value (Integer) → The number to add leading zeros to.
- length (Integer) → The length of the number after adding zeros.
LEADING_ZEROS(<value>;<length>) → (String)
LEADING_ZEROS(15; 7) → "0000015"