Table of contents Previous: TE Next: TERM

TENTER

Enter strings defined in text file into the string table


Format

TENTER "fname


Parameters

"fname the name of file containing string definitions

Remarks

The format of string definitions within 'fname' is:
stringa "valuea
stringb "valueb
. . .

Note

The quote (") is not optional. Only the first string dereference is performed.

EXAMPLE:

USAMAP "##STRINGA   -> USAMAP := #STRINGA
USAMAP "##STRA#STRB -> USAMAP := #STRA#STRB

SYSKEY table entries are evaluated in first position only.

Comment lines must begin with 'REM'.


Table of contents Previous: TE Next: TERM