toArray: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *s([0-9]) *=([^ ]+) *\{\{Since\|(.+)\|([0-9]\.[0-9][02468])[^ ]+\}\} " to "|s$1= $2 |s$1since= $3 $4 ") |
Lou Montana (talk | contribs) m (Text replacement - " \|([ps][0-9]+) *= " to " |$1= ") |
||
Line 29: | Line 29: | ||
|r1= [[Array]] | |r1= [[Array]] | ||
|s2= | |s2= [[toArray]] hashMap | ||
|s2since= arma3 2.04 | |s2since= arma3 2.04 | ||
Line 37: | Line 37: | ||
|r2= [[Array]] - Array in format <nowiki>[</nowiki>[key, key, ...], [value, value, ...]] | |r2= [[Array]] - Array in format <nowiki>[</nowiki>[key, key, ...], [value, value, ...]] | ||
|s3= | |s3= hashMap [[toArray]] splitArrays | ||
|s3since= arma3 2.04 | |s3since= arma3 2.04 |
Revision as of 23:30, 10 August 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:
- 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:
hint format ["%1", toArray "AaŒ"];// Returns "[65,97,338]"
- Example 2:
toArray _hashMap params ["_keys", "_values"];
Additional Information
- See also:
- setresizereverseselectinfindtoStringcountdeleteAtsplitStringjoinStringtoUpperANSIUnicode 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