Hi.

I can pass an array of a variable created in the function i`m passing from, but i cant pass an array from a form. Ie.

dim test(10) as SSCommand ' sheridan active threed control
call AFunc(test)

works ok, but if `test` is the name of a control on a form, i get :

`Type mismatch: array or user-defined type expected`

Is there any reason why controls (from forms) are treated differently?

Thanks,
Alex.