Hi everyone, I had posted this in the VBScript area as it does involve using PCOMM and VBScript but I couldn't find the exact kind of answer I was looking for and this forum has helped me out despite the little differences between my programs so thought I would reach out here as well!
Hopefully I can explain well enough for you experts to understand. Basically I am trying to see if values within two arrays match so it can create a third array that displays those values......... For example
Array()
Array1()
Arrays run in separate For loops kind of like this
For i = 0 to #
Array(i) = .gettext (row, cursor)
i = i+1
Next
Repeat the above step for Array1()
What can I do to see what values that I got from the first array match with the second one? So if the first array has like
Apple
Banana
Coconut
Orange
And the second has
Apple
Strawberry
Orange
Kiwi
Array and Array1 = Orange and Apple
Hopefully I explained that well and it's possible to pull off, any information anybody can provide will surely get a star, I will probably have a follow up question as well. Thanks all
Inappropriate post?
If so, Red Flag it!
Hopefully I can explain well enough for you experts to understand. Basically I am trying to see if values within two arrays match so it can create a third array that displays those values......... For example
Array()
Array1()
Arrays run in separate For loops kind of like this
For i = 0 to #
Array(i) = .gettext (row, cursor)
i = i+1
Next
Repeat the above step for Array1()
What can I do to see what values that I got from the first array match with the second one? So if the first array has like
Apple
Banana
Coconut
Orange
And the second has
Apple
Strawberry
Orange
Kiwi
Array and Array1 = Orange and Apple
Hopefully I explained that well and it's possible to pull off, any information anybody can provide will surely get a star, I will probably have a follow up question as well. Thanks all
Inappropriate post?
If so, Red Flag it!