DESL


DESL Home | Website Outline | Commands | Examples | Download | Contacts

( IJ) Example(s) of the use of the DESL create command.


(See the command details for the create command.)

Example(s) of the use of the 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
line 1
!concat
line 2, part1;
!verbatim
line 2, part2
line 3
endcreate

This instance of the use of the "create" command will cause
a file known as "file1" to be created. It will look like :


line 1
line 2, part1; line2, part2
line 3

(End modifications on 112502)


DESL Home | Website Outline | Commands | Examples | Download | Contacts



ViGYAN, Inc.


DESL Manager at ViGYAN, Inc.

30 Research Drive
Hampton, VA 23666
Voice: (757) 865-1400
Toll Free: (800) 288-3998
FAX: (757) 865-8177

© 1998 ViGYAN, Inc.