The INFO element is used when you need to include some information in the script, but you do not want EscapeE to process it.

This information may be a simple comment for the benefit of programmers such as

<INFO>***part one starts here***</INFO>

or information for an external program to process, e.g.

<INFO>
FIELD1
FIELD3
FIELD6
</INFO>

The 'information' must not contain any tags.