Description files > FieldIN reference > Body text keywords

Body text keywords
Body text keywords identify and extract body texts. Body text can cover one or several lines.
The start position of LabelStartInclude.
The start position of LabelEndInclude.
Enables the use of ScriptIncludeField.
Example
BEGIN        STRIN002
...
<--
::This is not the official
::version of the XCH-04.See D-12
::for more information.
--> 
IncludeTextMode
PosStartInclude 1
LabelStartInclude "<--"
LabelIncludeRow "::"
IncludeContString "<0d><0A>"
PosEndInclude 1
LabelEndInclude "-->"
IncludeField
ScriptIncludeField
       {
       return "TEXT";
       };
The text between the labels <-- and --> will be extracted from the input data, and included in the field TEXT.
 
OpenText StreamServe 5.6 Updated: 2013-03-01