SPON_formatNumber v0.1.0- Released: 2007-11-07
- SQF function in a single file
- Includes dialog-based test mission.
DescriptionFormats a number to a minimum integer width (e.g. 56 with 3 width would be "056") and/or to a specific number of decimal places (including padding with 0s and correct rounding). Numbers are always displayed fully, never being condensed using an exponent (e.g. the number 1.234e9 would be given as "1234000000").
Additionally, if required, it will separate the integer part of the number with the appropriate localized seperators as, for example, "21,002" or "1,000,000".
LimitationsAlthough the function works and will display the passed number correctly, due to the extremely limited accuracy of floating point values used within ArmA (presumably just single-precision / 32 bit), the output might not be as
expected after about eight significant figures. Not my fault
Get SPON_formatNumber