BIS fnc numberDigits: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]+)<\/code>" to "<sqf>$1</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - ">Posted on March ([0-9]{2})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-03-$1") |
||
Line 30: | Line 30: | ||
<dt></dt> | <dt></dt> | ||
<dd class="notedate">Posted on | <dd class="notedate">Posted on 2018-03-20 - 21:25 (UTC)</dd> | ||
<dt class="note">[[User:vabene1111|vabene1111]]</dt> | <dt class="note">[[User:vabene1111|vabene1111]]</dt> | ||
<dd class="note"> | <dd class="note"> |
Revision as of 23:06, 13 May 2023
Description
Syntax
- Syntax:
- number call BIS_fnc_numberDigits
- Parameters:
- number: Number - Number that should be broken down. A float will be truncated, not rounded
- Return Value:
- Array of Numbers - Array of number digits
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- BIS_fnc_numberText BIS_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
|
- Posted on 2018-03-20 - 21:25 (UTC)
- vabene1111
- Use this function with caution: Numbers with more than 8 digits will return wrong results