Asc()
Previous  Next

Description: Converts a string into a real number.

     Syntax:
     
Asc(<String>)

Part
Description
<String>
Required. This can either be a string variable or a string literal.

Example:

        a$ = "G"
        Print Asc(a$)