How to: |
You can assign a phrase to a function key. Then when you have a blank line and press a function key, that phrase appears as if you actually typed it. This process works only in situations where the LET facility is operative.
LET !n= [.]phrase
where:
Is a function key number from 1 to 24.
Suppresses the echo of the phrase when you press the function key.
Is the phrase that the specified function key represents.
The following assigns values to function keys:
LET !4 = EX DAILYRPT LET !6 = END LET !20 = IF RECORDLIMIT EQ 10 LET !21 = .EX MYREPORT
|
Information Builders |