CHR

Previous  Next

 

string = CHR( number AS INTEGER ) AS STRING

 


 

Returns the character of an integer ASCII code

 

Example:

 

PRINT "Character for Code 65 = '";CHR( 65 );"'",