RemoveContaining Data Member Function

Removes any <Str> from the <StrList> if it contains a complete match or a sub-string match to the search string.

Prototype

int32 RemoveContaining( StrList src, string value )

Parameters

Parameter Type Parameter Name Documentation
<StrList>srcA pointer to the <StrList> to search.
stringvalueA string value containing the search term.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.