Yeah, I found the ADT.Struct type with Gnol and Drow.  However, the documentation on the website gave me trouble.  I couldn't find an index to the left, just the modules themselves, so when I clicked on ADT, I couldn't see all the methods and click on them individually, I had to click on links at the top for next method, and so on until I found what I needed.

I should also have thought of concatenating strings for the field width.


On Tuesday, November 22, 2016 11:46 PM, "Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum" <10353@lyskom.lysator.liu.se> wrote:


>Using %2c to read little endian probably only works on CPUs that are
>little endian to begin with.


No, that would just be broken.  %2c is well defined to be big endian,
and %-2c is well defined to be little endian.  Why would what CPU you
have matter?