BIS fnc numberText: Difference between revisions
| Megagoth1702 (talk | contribs) No edit summary | Lou Montana (talk | contribs)   (Page filling) | ||
| Line 1: | Line 1: | ||
| {{Function|Comments= | |||
| {{Function|=  | |||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | tkoh | | | tkoh |Game name= | ||
| |1.00| | |1.00|Game version= | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |  | | Convert a number into string (avoiding scientific notation) |Description= | ||
| ____________________________________________________________________________________________ | |||
| | [number'', modulo''] call [[BIS_fnc_numberText]] |Syntax= | |||
| |  | |p1= number: [[Number]] |Parameter 1= | ||
| | | |p2= modulo: [[Number]] - (Optional, default 3) |Parameter 2= | ||
| | | | | [[String]] |Return value= | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |x1= <code>[ | |x1= <code>[999999999999] [[call]] [[BIS_fnc_numberText]];</code> |Example 1= | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | | [[BIS_fnc_numberDigits]], [[BIS_fnc_cutDecimals]] |See also= | ||
| }} | }} | ||
| Line 44: | Line 33: | ||
| <h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
| [[Category:Functions|{{uc:numberText}}]] | |||
| [[Category:Function Group: Numbers|{{uc:numberText}}]] | [[Category:Function Group: Numbers|{{uc:numberText}}]] | ||
| [[Category:{{Name|tkoh}}: Functions|{{uc:numberText}}]] | [[Category:{{Name|tkoh}}: Functions|{{uc:numberText}}]] | ||
| [[Category:{{Name|arma3}}: Functions|{{uc:numberText}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:numberText}}]] | ||
Revision as of 16:54, 6 June 2018
Description
- Description:
- Convert a number into string (avoiding scientific notation)
- 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;
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
 
	