Copyright Digital Equipment Corp. All rights reserved.

Examples

   1.$ DELETE/FORM CENTER

     The DELETE/FORM command in this example deletes the form named
     CENTER.

   2.$ DEFINE/FORM -
     _$ /DESCRIPTION="letter size continuous form paper" CFLET 7
        .
        .
        .
     $ DELETE/FORM CFLET
     $ DEFINE/FORM -
     _$ /DESCRIPTION="letter size continuous form paper" LETTER_CONT 7

     The DEFINE/FORM command in this example establishes the form
     CFLET with number 7 to mean continuous-form paper 8.5 inches
     by 11 inches. To change the name of the form, delete the form
     named CFLET and define a new one named LETTER_CONT.