Unicode Controls & Classes for VB6 - Version 4

clsCommonWrapper.AscW Function

Returns an Integer value representing the character code corresponding to a character.

Syntax
Public Function AscW (ByRef c As String) As Long
Parameters
Parameter Description
ByRef c As String The character to check
Remarks