Chr() function

T

tam

does anyone know where is there a list of all characters available to Chr() function and their corresponding numbers: ',",(space),(return), etc..

thank you.
 
B

Brian Kastel

The codes are ASCII. See them all at http://www.asciitable.com/

--

Brian Kastel


--Original Message----------------

does anyone know where is there a list of all characters available to Chr()
function and their corresponding numbers: ',",(space),(return), etc...

thank you.
 
Top