32 is space

this will work to say 97 a
//say $asc(a) $chr(97)

try this to show the space character
//say $chr(63) $+ $chr(32) $+ $chr(63)

$chr(22) is the code mIRC uses for "Reverse" (ctrl+r) .