RemoveContaining Data Member Function

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

Prototype

int32 RemoveContaining( StrArray src, string value )

Parameters

Parameter Type Parameter Name Documentation
<StrArray>srcA pointer to the <StrArray> 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.