; Sample PFK routine to test PFK.BAS
; This PFI instruction file will be processed by PFK.BAS
; When PFK is done with it you can try it out by entering the FUNCT-1
; key combination (hold the FUNCT key and then press the 1 key).
; VUE will load and display TEST.LST and will put some text into it.
; Then VUE will finish and save. Then TYPE will type TEST.LST out.
; Then VUE will again load TEST.LST. An instruction will display.
; You will be placed at 2 tabs out on the second line.
; There you can try the FUNCT-2 key combination to see
; the date display for you in VUE.
; First set up the 25th status line display
LINE25
Funct-1 TEST Funct-2 DATE
; Now set up the FUNCT-1 key
FUNCT1
VUE TEST.LST
EOF
CRLF
ODTIME/512
** This text will be put in the file while in VUE. **
HOME
ESC
F
LF/2
TYPE TEST
SLEEP 1
VUE TEST.LST
INSERT LINE
Now try the FUNCT-2 key to see if the date will display here:
UP
INSERT LINE/3
TAB/2
;Next set up the FUNCT-2 key
FUNCT2
ODTIM
;finished