I'm trying to compare the individual elements of two arrays. For example, when either arrays' element 0 = true I want a true returned from the 'or' function. I don't think this is happening though. Anybody have an idea?
Hell, there are no rules here...we're trying to accomplish something!!! - Thomas Edison
You should be able to OR two numeric arrays with no problem. Now the OR function will return numeric data when comparing numeric arrays, so if you want it to be boolean data, you can simply use the "Not Equal Zero" function to turn it into a boolean array. I have attached a screenshot of a VI I wrote that does this.
It looks like it works as I had intended it to...there must be something else going wrong that I haven't found yet. thanks, this eliminates one possible problem.
Grub
Hell, there are no rules here...we're trying to accomplish something!!! - Thomas Edison