Syntax |
Example |
Description/Remarks |
LIST_F "message", "file" |
LIST_F "Pick a department", c:\gainseek\spc\data1\ trace1.txt
LIST_F "", c:\gainseek\spc\data1\ trace1.txt |
This command prompts the user to select an item from a list. It then returns a value determined by the LIST_OPT command. Valid options for the "file" parameter are:
The "message" parameter determines the text that will be displayed above the list. To use the default message ("Please pick an item from the list"), use an empty string ("") for this parameter. You can use LIST_OPT to modify display settings for this list. |