Friday, June 11, 2010

ASC -String Manipulation Function

It represents the character code or Unicode of the first character of the string.

Dim myval
myval = "Z"
MyReturn = Asc(myval)
MsgBox MyReturn

No comments: