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
| Name | Required | Type | Description |
|---|---|---|---|
original collection | Yes | A collection variable e.g. &collection | |
collections to remove values from | Yes | A collection variable e.g. &collection |
On a running server
Use serhelp Coll.Subtract to inspect the reference generated by your installed SER version.