====== 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 [[:cubloc:asc:|Asc]]. [[cubloc:index#system_library:|Go CUBLOC home]]