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.
cubloc/chr/index.txt · Last modified: by 127.0.0.1
