Show TOC

 Structure of Programming Lines

You must construct the individual programming lines as follows:

Note Note

One character corresponds to one column, +BC corresponds to three columns, for example.

Blank columns are filled with blanks ( +BC must be followed by three blanks, for example, and then further data is entered from column 7 onwards).

End of the note.
  1. Structure of lines that begin with an identification code:

  2. Column 1-5

    Control identification, "+BV", for example

    Column 6

    Blank

    Column 7-80

    Table, "$ESTPH", for example, or name of a value assignment type

  3. Structure of lines that begin with a field name or characteristic:

  4. Column 1-31

    Field name, "TEXT", for example, characteristic name

    Column 32-80

    Data (value for a characteristic), for example, "First aid notes for"...

  5. Structure of continued lines

Column 1-2

+*

Column 3-6

Blanks

Column 7-80

Continued data, for example, ..."care of burns and general skin irritations"

Column 1-2

+*

Column 3-6

Blanks

Column 7-80

Continued data, for example, ..."of first degree."

Continued lines are joined together without separators. If a blank space is between the lines, this will appear as the first character in the continued line (column 7).

See also:

Example: Transfer File for Phrases

Example: Transfer File for Sources

Example: Transfer File for Specifications

Example: Transfer File for a Property Tree

Example: Transfer File for a Report Template