IJ) Example(s) of the use of the DESL
create command.
create temp_file
These text lines
are filling up a file being created (or overwritten)
by the name of "temp_file". "temp_file" is added to
through the line just before the line beginning
with "endcreate" is encountered.
endcreate
This instance of the use of the "create" command will cause
a file known as "temp_file" to be written whether or not
it already existed. The contents of this file will be
all of those lines which come before the line which begins
with "endcreate".
create textfile append
files *N1
endcreate
This instance of the use of the "create" command will cause
a file known as "textfile" to be appended to or
created. The additional contents of this file will be
the line "files *N1".
create filelist evalapp
files *N1
endcreate
This instance of the use of the "create" command will cause
a file known as "filelist" to be appended to or
created. The additional contents of this file will be
the line "files str", where str is a string value
of the *N1 register which has been substituted in place
of the *N1 string.
| . |
(Begin modifications on 112502)
create file1
This instance of the use of the "create" command will cause
(End modifications on 112502) |

DESL Manager at ViGYAN, Inc.
30 Research Drive
Hampton, VA 23666
Voice: (757) 865-1400
Toll Free: (800) 288-3998
FAX: (757) 865-8177