L_REMOVE

Remove a list

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
xcall L_REMOVE(list_id)

Arguments

list_id

The ID of the list to remove. (n)

Discussion

L_REMOVE removes a list.

If you remove a list that was placed at a prior environment level, a call to E_EXIT will automatically place the list again.

See also

L_PLACE routine for more information on placing a list.

Examples

This example removes the list whose ID is stored in file_lst.

xcall l_remove(file_lst)