L_REMOVE

Remove a list

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows
USupported on UNIX
VSupported on OpenVMS
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)