Skip to main content
Inspiring
September 5, 2009
Question

Remove same elements in list

  • September 5, 2009
  • 1 reply
  • 696 views

Hi all, I have a list which has similar items like (A,B,B,C,A,B,D).... How will I make the list as (A,B,C,D)...

Any help appreciated...

This topic has been closed for replies.

1 reply

Inspiring
September 5, 2009

cflib.org has a function called ListGetDistinctValues.  That looks promising.