Core Function ChrWArray

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
UberFoX (Talk | contribs)
(Created page with "<pre> ChrWArray( <expression> ) </pre> === Description === Returns a string corresponding to an array UNICODE codes. === Parameters === ==== expression==== The array to get ...")
Newer edit →

Revision as of 18:43, 28 January 2013

ChrWArray( <expression> )

Contents

Description

Returns a string corresponding to an array UNICODE codes.

Parameters

expression

The array to get the codes from.

Return Value

Returns a string from the UNICODE codes in the array.

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