From: Jim Blandy (jimb at red-bean.com) Date: Tue Jan 3 19:32:50 EST 2006 |
|
On 1/3/06, Jim Blandy <jimb at red-bean.com> wrote: > If the former, use read-byte and write-byte. If the latter, use > (write (number->string test 16)), and custom parsing code, probably > using read-byte to get each character of the hexidecimal number. Err, I meant, (display (number->string test 16)). 'write' will give you the quotes too; it produces output meant for consumption by 'read'.
Posted on the users mailing list. |
|