BIS fnc numberText: Difference between revisions
| m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "") | Lou Montana (talk | contribs)  m (Text replacement - "{{Function " to "{{RV|type=function ") | ||
| Line 1: | Line 1: | ||
| {{ | {{RV|type=function | ||
| | tkoh | | tkoh | ||
Revision as of 11:39, 23 January 2021
Description
- Description:
- Description needed
- Execution:
- call
- Problems:
- It is very imprecise with larger numbers. See Example 3.
- Groups:
- MathStrings
Syntax
- Syntax:
- Syntax needed
- Parameters:
- number: Number
- modulo: Number - (Optional, default 3)
- Return Value:
- Return value needed
Examples
- Example 1:
- [4096] call BIS_fnc_numberText; // "4 096"
- Example 2:
- [512, 1] call BIS_fnc_numberText; // "5 1 2"
- Example 3:
- [999999999999] call BIS_fnc_numberText;// "909 999 995 904"
Additional Information
- See also:
- See also needed
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
