SD E | [Save Document - End] |
SD IC | [Save Document - In Core, Save registers] |
DOC SORT | [Sort Document file] |
DOC CREATE | [Create Document file] |
DOC REN | [Renumber Document file keys] |
DOC SHUFFLE | [Shuffle Document file] |
VM | [System call] |
.DOCUMENT FILE: DOC001
[Enter the name of the file where the register contents
are to be placed.]
[There are four somewhat different methods of calling 'SD':
SD [k],[r1],[r2],[r3]
[Using this method the value of [k] is used as a key for storing
this register variable set ([r1],[r2],[r3]) in the file.
If the contents of the register variables are:
[k]=4, [r1]=30, [r2]=1.5, [r3]=270,
then the document file DOC001 will be appended with a text record
containing:
4 3 30.0 1.5 270.0
where "4" is the key, "3" is the number of registers
following the key, and "30.0", " 1.5", and "270.0"
are the contents of the register variables [r1],[r2],[r3]
in the same sequence as they appear in the 'SD' operation.]
SD [k],[r1],[r2],[r3]
[Using this method when the value of [k] is negative (and greater than
-100000000) then the absolute value of [k] is used as a key and
this line of registers is placed in the document file
proceeded by a semicolon similar to a comment. This allows
the input and later retrieval of a limited set of values such
as rotation angles which are somehow associated with the
contents of the file. These lines will be treated like
comments upon retrieval unless you request the retrieval of
the appropriate negative key using 'UD'. This method is referred to
as storing a comment key in the doc. file. ]
SD /NEW COMMENT FOR DOC FILE
[Using this method, a new comment is added to the document file
at the end of the previous contents.
SD //NEW COMMENT FOR DOC FILE
[Using this method, a new comment is added to the document file
at the end of the previous contents. The comment can contain
variables whose values will be substituted
(similar to the usage described in the 'VM' operation).
Final comment length limited to 160 char.]
NOTES