CChar Function

Syntax                  CChar(expr)

Group                   Conversion

Description           Convert to a Char value.

Parameter              Description

expr                         Convert a number or string value to an single character value. This is the first character of the string conversion.

Example               '#Language "WWB.NET"
SubMain
    Debug.Print CChar(33) '"!"
EndSub