I've got some ACL code that we have been using with ADEPT 5.4.1/W. The
code is:
# read the template file into a named paste buffer
read -buffer template -sgml -nocc "$template_file";
# paste the contents of the buffer to the current location
paste template;
What this did in 5.4.1/W was insert the contents of the file as SGML
into the current document. When I run this same code in 7.0 it pastes
the contents of the file as ASCII text. Any ideas out there?
Here is an example of what the contents of the "template_file" are:
Thanks.
Myron M. Bries e-mail: mb15723@deere.com
John Deere Dubuque Works Ph: (319) 589-5478
Dubuque, IA 52001 Fx: (319) 589-5478
code is:
# read the template file into a named paste buffer
read -buffer template -sgml -nocc "$template_file";
# paste the contents of the buffer to the current location
paste template;
What this did in 5.4.1/W was insert the contents of the file as SGML
into the current document. When I run this same code in 7.0 it pastes
the contents of the file as ASCII text. Any ideas out there?
Here is an example of what the contents of the "template_file" are:
Thanks.
Myron M. Bries e-mail: mb15723@deere.com
John Deere Dubuque Works Ph: (319) 589-5478
Dubuque, IA 52001 Fx: (319) 589-5478