From: Scott
Subject: Converting to Binary
Date: 
Message-ID: <36D2CCE1.1717@lmtas.lmco.com>
This is a repost since the last one I sent didn't have a return address.

I have several lists of different sizes. I need to take one list at a
time, convert it to binary, when I get to the next list I have to note
the offset (bytecount) then convert that list (of a different size) to
binary and so on. I have done something like this in C using structures
but I'm not quite sure about the best way to do this in Interleaf LISP.
Any suggestions?

Thanks,
Scott