User Tools

Site Tools

한국어

cubloc:chr:index

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

cubloc/chr/index.txt · Last modified: 2016/06/08 08:41 by COMFILE Technology