Core Function AscW

From Sputnik Wiki
Revision as of 12:36, 14 June 2015 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
AscW( <char> )

Contents

Description

Returns the UNICODE code of a character.

Parameters

char

The character to get the code for. If a string is used, the code for the first character is given.

Return Value

Returns the unicode code of the specified char.

Remarks

None

Example

$code = AscW("A");
MsgBox(0, "Unicode code for A: $code");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox