how to declare an array as a function parameter in VB function definition?
I want to caculate a value from a sery of numbers,the simpliest way is transfer an array to the algorithm function ,isn't it?
How to manage this?
Thanks!