> * iolib lacks the converse of ascii(str), but it's trivial to write > a C function for char(n). The "oficial" way to do that is: format('%c', n) That is why the function "char" is not provided. -- Roberto