Function that returns the Ascii code which represents a specific character.
Syntax
Asc (string)
Asc ("A") will return 65
Examples
Dim intDemo
intDemo = Asc ("A")
> 65
intDemo = Asc ("ABC")
> 65
“I've nothing much to offer, There's nothing much to take, I'm an absolute beginner” ~ David Bowie
Related:
Chr - Return the string character for ChrCode (ASCII code)
© Copyright SS64.com 1999-2013
Some rights reserved