![]() ![]() |
|
CLEARSELECTThe CLEARSELECT statement is used to clear active select lists.
COMMAND SYNTAXCLEARSELECT {ListName | ListNumber}
SYNTAX ELEMENTSListName must evaluate to a jBC list variable. ListNumber is one of the numbered lists in the range 0 to 11. If neither ListName or ListNumber are specified then the default list (0) is cleared.
EXAMPLE
This program displays: good night
|