toArray: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - "\{\{Wikipedia *\| *([a-zA-Z0-9_#]+) *\| *([a-zA-Z0-9_ #]+) *\}\}" to "{{Link|https://en.wikipedia.org/$1|$2}}") |
||
Line 20: | Line 20: | ||
|gr3= Strings | |gr3= Strings | ||
|descr= Converts the supplied [[String]] into an [[Array]] of [[Number]]s. The numbers in the created array are the decimal {{ | |descr= Converts the supplied [[String]] into an [[Array]] of [[Number]]s. The numbers in the created array are the decimal {{Link|https://en.wikipedia.org/Unicode|Unicode}} representations of characters. | ||
{{Feature|arma3|Since v2.04 this command can also handle [[HashMap]]s. See alternative syntax.}} | {{Feature|arma3|Since v2.04 this command can also handle [[HashMap]]s. See alternative syntax.}} | ||
Revision as of 22:02, 23 February 2023
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:
- ArraysHashMapStrings
Syntax 1
Syntax 2
- Syntax:
- toArray hashMap
- Parameters:
- hashMap: HashMap
- Return Value:
- Array - Array in format [[key, key, ...], [value, value, ...]]
Syntax 3
- Syntax:
- hashMap toArray splitArrays
- Parameters:
- hashMap: HashMap
- splitArrays: Boolean - See return value
- Return Value:
- Array - Array in either one of the following formats:
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- set resize reverse select in find toString count deleteAt splitString joinString toUpperANSIUnicode 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
Categories:
- Scripting Commands
- Introduced with Armed Assault version 1.09
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Arrays
- Command Group: HashMap
- Command Group: Strings