BIS_fnc_numberText

From Bohemia Interactive Community
Revision as of 00:13, 7 June 2018 by R3vo (talk | contribs) (typo)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Convert a number into string (avoiding scientific notation). It's very imprecise with larger numbers. See example 1.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[number, modulo] call BIS_fnc_numberText
Parameters:
number: Number
modulo: Number - (Optional, default 3)
Return Value:
String

Examples

Example 1:
[999999999999] call BIS_fnc_numberText;//Returns "909 999 995 904"

Additional Information

See also:
BIS_fnc_numberDigitsBIS_fnc_cutDecimals

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section