MemPad File Format - in case you are interested

New 3.0 format 

Header string:

    7 bytes:        constant "MeMpAd " (including one blank space)
    followed by:    initial page to load (one or more digits)
    terminated by:  2 zero bytes

For each Page:

    level:          byte binary 1..99 
    Page title:     String (max 64 bytes) terminated by zero byte 
    Page contents:  String terminated by zero byte 


Note: If the "MeMpAd " signature at the beginning of the file is not found, Mempad assunmes that this file is encrypted, and asks for the password. 

* 16 May 2006
