Core Function AscWArray

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> AscWArray( <char> ) </pre> === Description === Returns an array of UNICODE characters of a string. === Parameters === ==== string ==== The string to get the codes for....")
 
m (1 revision)

Revision as of 21:40, 11 August 2014

AscWArray( <char> )

Contents

Description

Returns an array of UNICODE characters of a string.

Parameters

string

The string to get the codes for.

Return Value

Returns an array of the UNICODE codes for each character in the string.

Remarks

None

Example

my $Ret = AscWArray( "Hello World"  );
printr( $Ret );
$STR = ChrWArray($Ret);
println("Back to string: " . $STR);
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox