In a VB form globally

you can do this
Dim A(8) as Integer

Bt you cant do
Dim A() as integer

coming up with ambigious..

How woudl you declare a dynamic array accessible throughtout the form by any Function or Sub that you can redim here and there
Thanks