toArray: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
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...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma1 | | arma1 | ||
|1.09 | |1.09 | ||
|gr1= Strings | |gr1= Strings | ||
|gr2= Arrays | |gr2= Arrays | ||
| 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 | ||
| [[ | |p1= string: [[String]] | ||
| | | [[Array]] | ||
| [[set]], [[resize]], [[reverse]], [[select]], [[in]], [[find]], [[toString]], [[forEach]], [[count]], [[deleteAt]], [[deleteRange]], [[append]], [[sort]], [[param]], [[params]], [[arrayIntersect]], [[splitString]], [[joinString]], [[toLower]], [[toUpper]], [[toFixed]], [[endl]], [[toLowerANSI]], [[toUpperANSI]], [http://www.utf8-chartable.de/ Unicode Character Table] | |x1= <code>[[hint]] format["%1",toArray("AaŒ")]</code> returns "[65,97,338]" | ||
| [[set]], [[resize]], [[reverse]], [[select]], [[in]], [[find]], [[toString]], [[forEach]], [[count]], [[deleteAt]], [[deleteRange]], [[append]], [[sort]], [[param]], [[params]], [[arrayIntersect]], [[splitString]], [[joinString]], [[toLower]], [[toUpper]], [[toFixed]], [[endl]], [[toLowerANSI]], [[toUpperANSI]], [http://www.utf8-chartable.de/ Unicode Character Table] | |||
}} | }} |
Revision as of 11:23, 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