Chr(asciiCode)

Return the character represented by the given ASCII code.

Dim ST1 AS String * 12
ST1 = Chr(&H41)
Debug ST1                ' Print A. &H41 is the ASCII code for character A.

See also Asc.

Go CUBLOC home