Asc() |
Previous Next |
Asc(<String>)
|
Part
|
Description
|
<String>
|
Required. This can either be a string variable or a string literal.
|
a$ = "G"
Print Asc(a$)
|