McIDAS User's Guide
Version 2015.1

[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]


TL

Lists the strings in a string table.


Formats

TL ALL
TL OUT
TL
[keyword]
TL prefix [keyword]


Parameters

ALL

lists the strings that begin with 0 to 9 or A to Z; the maximum is 256

OUT

lists all strings, including global strings

prefix

lists the strings beginning with this prefix


Keyword

Num=

number of strings to list (default=20)


Remarks

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.


See Also

Use command TD to delete strings and TE to enter strings. Command TU is the string table utility.


Examples

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

This entry lists up to 15 strings starting with TEMP.


[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]