Lists the strings in a string table.
TL ALL
TL OUT
TL [keyword]
TL prefix [keyword]
lists the strings that begin with 0 to 9 or A to Z; the maximum is 256 |
|
Strings in the string table are stored alphabetically with numbers 0 to 9 at the beginning of the table. A string whose first character is a question mark (?) is called a global string. It is listed with TL OUT or TL ?. To list other strings that do not begin with 0 to 9 or A to Z, use TL OUT.
Use command TD to delete strings and TE to enter strings. Command TU is the string table utility.
TL
This entry lists the first 20 strings from the current string table.
TL CH
This entry lists the strings that begin with CH.
TL ALL
This entry lists all strings; the maximum is 256.
TL NUM=10
This entry lists the first 10 strings in the string table.
TL TEMP NUM=15