11-20-2015 01:42 PM
@tst wrote:
The idea is that variant attributes are an efficient way of storing and searching for values and it minimizes the number of times you need to go over elements.
As discussed elsehwere long ago, a variant attribute cannot be an empty string, but both current arrays contain empty strings. If you even try to set a variant attribute to an empty string, you'll get an error. This would need some exception handling if an empty string can be a valid solution element..
11-23-2015 03:05 AM
Hi Altenbach,
Yes, you are right. I want 1D array containing all elements in both arrays which are same, leaving the unmatched one.
Extra empty arrays are by mistake dont consider it.
11-23-2015 08:28 AM
@mkReddy wrote:
Hi Altenbach,
Yes, you are right. I want 1D array containing all elements in both arrays which are same, leaving the unmatched one.
Extra empty arrays are by mistake dont consider it.
Isn't that the contrary of what you asked in your first post???
Hi
I have got two large array of strings. I would like to compare both of them with each other and extract the string which isnt available in both of the arrays.
Which is the best method to implement this.?
Ben64
11-23-2015 08:52 AM
Hi Ben,
I want the 1D array as well the unmatched string ... Sorry for the mistake..
11-23-2015 09:33 AM - edited 11-23-2015 09:36 AM