###Function###
AscW

###Description###
Returns the unicode code of a character.

###Syntax###
AscW ( "char" )


###Parameters###
@@ParamTable@@
char
	The character to get the code for.  If a string is used, the code for the first character is given.
@@End@@

###ReturnValue###
Returns the unicode code of the specified char.


###Remarks###
See the Appendix for a complete ASCII table.


###Related###
Asc, Chr, ChrW


###Example###
@@IncludeExample@@
