[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: PRINTING XPL PROGRAMS



Here is the easiest method I have found for printing XPL files:

1. Get program file on the screen, go into expanded mode. Make sure cursor is
at the top of the file.

2. Change all open commands to single open angle bracket.

3. Change all close commands to single close angle bracket.
  (Note: if your printer can print ASCII 174/175, change commands to
  those characters instead.)

4. TYS the program file.

5. With REVIEW.TMP on the screen, go into expanded mode and make sure the
cursor is at the top of the file.

6. Change all instance of MD15 to MDBO.

7. Print the program

8. Remember to ABORT the program file in the other window.

---chris