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