How to: |
The ? LET command displays the currently active LET substitutions.
? LET [word1 word2 ... wordn]
where:
Are the LET-defined words you want to check. If you omit these parameters, ? LET displays a two-column list of all active LET substitutions. The left column contains the LET-defined words; the right column contains the phrases the words represent.
Issuing
? LET CHART TESTNAME RIGHTNAME
displays a two-column list of the LET substitutions for CHART, TESTNAME, and RIGHTNAME.
Issuing
? LET
displays a list of all current LET substitutions.
|
Information Builders |