Doctype Classes
|
|
Doctype (Generic Document Type)
|
|
^
MEMODOC
The MEMODOC doctype is designed to support
a class of ASCII memos.
The fields/tags are, like COLONDOC, defined by a : (Colon), eg.
<Field Name>: <Field Value>These pairs are parsed untill a boundary-seperator is encountered. This seperator is a combination of several _-+= characters (at least 4).
From the ---1 untill the end-of-record is defined as the Memo-Body.
The Default Headline is contructed from, should they
exist, a combination of the FROM and SUBJECT fields as:
Memo from <From value>: <Subject value>
Example:
1) Notice that =====, ----- , -_-- etc are possible for boundary seperation.