Hi guys,
is it possible in an easy way to count the no. of Array Elements of the same value? I know I can use some kind of loop, but I'm asking for an easier and fast way just to be sure.
E.g.
Int[1] = 45;
Int[2] = 36;
Int[3] = 128;
Int[4] = 56;
Int[5] = 45;
...
Int[16] = 45;
...
Int[22] = 45;
COUNT WHERE Int = 45 should be 4.
"Money is likewise the greatest chance and the greatest scourge of mankind."
0
Comments
Follow my blog at http://x-dynamics.blogspot.com