Philip Daniels: > cannot implicitly convert expression (_param_1) of type > WordDatabase.WordTable to int That error tells you to not use an int as first value for the reduce. Maybe this is enough to solve your problem. Bye, bearophile