This file is nearly identical to file #357.7. It is used by the Import/Export Utility as a temporary staging area for data from that file that is being imported or exported.
INPUT TRANSFORM: K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X
HELP-PROMPT: NAME MUST BE 3-30 CHARACTERS, NOT NUMERIC OR STARTING WITH PUNCTUATION
DESCRIPTION:
The name given to the line. Lines should be given names that will allow them to be identifies, such as V(1,1), meaning a vertical line starting at coordinates (1,1).
INPUT TRANSFORM: S:+X=X X=X-1 K:+X'=X!(X>200)!(X<0)!(X?.E1"."1N.N) X
OUTPUT TRANSFORM: S:+Y=Y Y=+Y+1
LAST EDITED: JUL 15, 1993
HELP-PROMPT: Enter the block column the line should begin at.
DESCRIPTION:
The column, relative to the block, that the line should begin at.
TECHNICAL DESCR: The internal representation starts at 0, the external representation starts at 1. The difference is because for computing the form image it is convenient to work with displacements from the top left-hand corner. However,
users do not want to work with row=0 or column=0.
NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
INPUT TRANSFORM: S:+X=X X=X-1 K:+X'=X!(X>200)!(X<0)!(X?.E1"."1N.N) X
OUTPUT TRANSFORM: S:+Y=Y Y=+Y+1
LAST EDITED: JUL 15, 1993
HELP-PROMPT: Enter the block row the line should begin at.
DESCRIPTION:
The row, relative to the block, that the line should begin at.
TECHNICAL DESCR: The internal representation starts at 0, the external representation starts at 1. The difference is because for computing the form image it is convenient to work with displacements from the top left-hand corner. However,
users do not want to work with row=0 or column=0.
NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER