|
-
Oct 2nd, 2000, 11:49 AM
#1
Thread Starter
Hyperactive Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|