home *** CD-ROM | disk | FTP | other *** search
- .pg wi full clr cy
- COMMAND NAME»gray«: »%t« BoxFrame »ye«
-
- /FRAME {{v} {h} {lr} {ur} {ll} {ul} | RESET}
- /cw
- Sets the characters used by the »%t«/BOX»#« command to draw
- »ye«boxes»#« at specified locations.
-
- Here is an example. »wh«First a box using the default
- characters.»#«
- .go 1 19
- |/BOX 4 12 26 16 7 14 " Standard Frame "
- .pa 2
- .go 1 4 gr
- Now we'll reset the frame characters. All standard IBM
- characters can be used.»#«
- .go 1 19
- |/FRAME | - + + + +
- |/BOX 40 12 60 16 12 14 " New Frame "
- .go 1 15 ye
- The characters remain in effect until they are »ye«RESET»#«.
- You must explicitly »ye«RESET»#« the frame once you have
- set the characters yourself.
- |/FRAME RESET
- |/BOX 40 12 60 16 11 12 " Reset "
- /ENDEXEC CLEAR
-