To delete the contents of a List item, use the CLEAR_LIST Built-in subprogram. When you call CLEAR_LIST, you indicate which List to clear by specifying either the List ID or name.
For example,
Clear_List(List_id);
Related topics
Manipulating List items at runtime
About deleting List elements
Deleting a single List element