Hi,

Quick question for you.

got a variant array tht im writing a histogram report for, and would like input into the best possible way fo getting the number occurrence in that array.

Was thinking

VB Code:
  1. for each number in array
  2. (x =0; x++)
  3. .write x //total number of occurrences
  4. next

Any other ideas??

ta

kai