McIDAS-X Learning Guide
Version 2020
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
Type: TL
You should see seven user-defined strings (CT,KEYF4,NOTE,STATE,STATION,T,WORLDMAP) and two system strings (H,Y) as shown below.TL CT := ZA "#H H := 20:42:30 KEYF4 := ZA "USA NOTE := MAP OF THE ENTIRE WORLD! STATE := TX STATION := KLAR T := ZA "20:12:07 WORLDMAP := MAP WORL 3 BOX=NO Y := 2020231 --END OF LIST |
TL without any parameters lists the first 20 strings in the table that start with a number or a letter.
Type: TL OUT
Using the OUT parameter lists all strings in the string table, including the global string, ?CROSS.
Type: TU SAVE LEARN
A copy of each string is saved in the user-defined string table LEARN. The strings also remain in the current string table until you delete them or restore another user-defined string table.
Type: TU LIST
You should see a string table named LEARN with your initials (USER) associated with it.# NUM SAVE NAME INIT PROJ SAVED RESTORE USER --- --- ------------ ---- ---- ------- ------- ---- 1 1 LEARN USER 2020231 |
Type: TD ALL
TD ALL removes the regular strings from the current string table, but does not remove the global or system strings.
Also, when you saved the strings into the user-defined string table LEARN, a copy of each string was stored in LEARN and a copy remained in the string table. When you deleted the strings, they were removed from the current string table, but not from the user-defined string table LEARN.
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]