Finds the difference between two sets of strings, that is the set of strings that appear in second argument but not in the first. No string will be duplicated in the result even if duplicated in one of the inputs. This function accepts empty vectors for each argument
Number | Type | Compulsory | Default | Description |
1 | string array | Yes | First set of strings | |
2 | string array | Yes | Second set of strings |
First set of strings
Second set of strings
Return type: string array
Difference between two sets of strings
▲Function Summary▲ | ||
◄ SetComponentValue | SetInstanceParamValue ▶ |