MemPad File Format - in case you are interested

Header string:

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

For each Page:

    If first byte = 2 (binary), this is a secondary level page
                    (else: first byte belongs to page title)
    Page title:     String (max 64 bytes) terminated by zero byte 
    Page contents:  String (max 60 Kb) terminated by zero byte 
***

Note: This format is valid since Version 2.30. Older files are still
supported by MemPad, and will be transformed to the new format when saved. 

* 17 AUG 2004
