Skip to main content

Coll.Subtract

Returns a collection that has the values of the first collection without the values of the latter

Syntax

Coll.Subtract &original_collection &collections_to_remove_values_from...

Returns

collection value

Arguments

NameRequiredTypeDescription
original collectionYesA collection variable e.g. &collection
collections to remove values fromYesA collection variable e.g. &collection

On a running server

Use serhelp Coll.Subtract to inspect the reference generated by your installed SER version.