toArray: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
Lou Montana (talk | contribs) m (Text replacement - " {3,}\|" to " |") |
||
Line 11: | Line 11: | ||
| Converts the supplied [[String]] into an [[Array]] of [[Number|Numbers]]. <br> | | Converts the supplied [[String]] into an [[Array]] of [[Number|Numbers]]. <br> | ||
The numbers in the created array are the decimal [http://en.wikipedia.org/wiki/Unicode Unicode] representations of characters. | The numbers in the created array are the decimal [http://en.wikipedia.org/wiki/Unicode Unicode] representations of characters. | ||
| '''toArray''' string | | '''toArray''' string |
Revision as of 18:18, 18 January 2021
Description
- Description:
- Converts the supplied String into an Array of Numbers.
The numbers in the created array are the decimal Unicode representations of characters. - Groups:
- StringsArrays
Syntax
Examples
- Example 1:
hint format["%1",toArray("AaŒ")]
returns "[65,97,338]"
Additional Information
- See also:
- setresizereverseselectinfindtoStringforEachcountdeleteAtdeleteRangeappendsortparamparamsarrayIntersectsplitStringjoinStringtoLowertoUppertoFixedendltoLowerANSItoUpperANSIUnicode Character Table
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