CLEARSELECT |
![]() ![]() ![]() |
The CLEARSELECT statement clears one or all select lists.
Format
CLEARSELECT {list.no}
CLEARSELECT ALL
where
Select lists are numbered from 0 to 10. Where no list number is specified, the default is to use select list 0.
The CLEARSELECT statement clears the select list if it was active. Use of the ALL keyword causes all select lists to be cleared.
Example
CLEARSELECT 2
This statement clears select list number 2. |