toArray string

Operand types

string: String

Type of returned value

Description

Converts a String into an array of numbers.
The numbers in the resulting array are the decimal representations of the supplied characters in Unicode format.

Used In

ArmA

Example

hint format["%1",toArray("Haggis")] Result...."[72,97,103,103,115]"
Search OFPEC COMREF