Hi.... I am beginner to VI.. I need filter and count display for number of strings occur in a single column of string array...I can't explain....below I just represented what is my need.  Column A is Input string array...Column B and C are the output arrays....  
  
  
Column A          Column B            Column C 
Apple                  Apple                         3 
Banana              Mango                        2 
Mango                Banana                      1 
Apple 
Apple 
Mango 
  
Can any one help me...?