Number Format
From UBot Studio
(Difference between revisions)
(Created page with " This function is an Advanced Text function in the UBot Extended Library. This command places commas into numbers to make the numbers readable. '''Number to Format:''' Nu...") |
Revision as of 15:50, 14 June 2015
This function is an Advanced Text function in the UBot Extended Library. This command places commas into numbers to make the numbers readable.
Number to Format: Number who's format is being edited. Can also be a variable, list item, table cell or a function.
Example
alert($number format($rand(20000,400000)))
Running the alert command will bring up a random number produced by the Rand function, which is then properly formatted with commas