<StrListAlgorithms> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » StrListAlgorithms

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32AppendAppends the <StrList> with the specified number of the specified string.
int32AppendStrAppends the <StrList> with the specified number of the specified <Str> object.
int32DifferencePopulates a <StrList> with the set-theoretic difference of two <StrList> objects.
int32FindIndicesPopulates an <Int32Array> with the indices of any <Str> objects in set B whose values match the values of any <Str> objects in set A.
int32FindUniquePopulates a <StrList> with all the unique items in this <StrList>.
int32FindUniqueIndicesPopulates an <Int32Array> with the indices of unique items in the <StrList>.
int32MergeMerges two StrLists by inserting the source <StrList> into the destination <StrList> at the specified index.
int32PrintPrints the contents of a <StrList> into a <Str> object. The contents of the <StrList> are printed as is, and newlines are not added.
int32RemoveContainingRemoves any <Str> from the <StrList> if it contains a complete match or a sub-string match to the search string.
int32SortSorts the <Str> objects by alphabetical order.