LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Duplicate Row From 2d Array

Solved!
Go to solution

hi niscada,

  Check these attachments...

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


Download All
0 Kudos
Message 11 of 16
(3,459 Views)

 


@niscada wrote:

Dear All,

 

Instant of this fight the forums or thred right place, i feel we think about the solution. 


What fight? We're just telling you not to start duplicate threads. It's counter-productive. People who do it think they will get their answer faster. All it does is annoy people and force those who are trying to help to repeat answers or suggestion that have already been posted. How does this help you?

 

 

Also, a search would have yielded the answer, and you still haven't said whether you even bothered to do one.

0 Kudos
Message 12 of 16
(3,428 Views)

 


@JackDunaway wrote:

I'm repeating from memory a technique I first saw Darin.K use. It's a clever way to exploit the Variant Attributes:


 

Just a quick plug for my idea for a set of associative array tools. It would make this method a bit more intuitive and less obscure. 😄 Please support it if you like it!

 

Still, if the duplicate rows are always adjacent, there is probably a faster method using conventional methods. (I have not tried). 😉

0 Kudos
Message 13 of 16
(3,417 Views)

 


@altenbach wrote:

 

 

Still, if the duplicate rows are always adjacent, there is probably a faster method using conventional methods. (I have not tried). 😉


I was actually waiting for the OP to answer this question to decide between dropping a Regex or Variant.  The boring conventional way probably beats a Regex, but the Variant is surprisingly elegant yet effective.

 

And yes, if they gave us Associative Arrays (or even double-linked lists), we could do this in the open instead of exploiting somewhat hidden tricks.

 

Message 14 of 16
(3,402 Views)

hi srikrishna ur post was helpful but it not working for numeric 2d array.when im connecting as per the png image uve shown its showing error at the equal to boolean function .plz help me out and upload the vi for deleting repeated rows from numeric 2d array.

 

0 Kudos
Message 15 of 16
(3,065 Views)

How do you remove duplicate rows of strings from 2d array?

ANY HELP WILL BE APPRECIATED!

THANKS

0 Kudos
Message 16 of 16
(1,976 Views)