Programming Reference Manual
 
Syntax
 
AscW(S$)
 
Description
Return the Unicode value of the first char in S$.
 
Note: A similar function, Asc, returns the first char in S$. Another similar function, AscB, returns the first byte of the char.
 
Parameter
Description
S$
Return the Unicode value of the first char in this string value.
See Also
Example