H
hsharghi
Hi,
I want to define a Public array of strings in a module, so i can access
the array from my main module. but the compiler gives me this error:
"Constants, fixed-lenght strings, arrays, user-defined types and
Declare statements not allowed as Public members of object modules"
according to Visual Basic Reference an array can be defined as Public.
what's wrong? can anyone help me?
Regards,
Hadi
I want to define a Public array of strings in a module, so i can access
the array from my main module. but the compiler gives me this error:
"Constants, fixed-lenght strings, arrays, user-defined types and
Declare statements not allowed as Public members of object modules"
according to Visual Basic Reference an array can be defined as Public.
what's wrong? can anyone help me?
Regards,
Hadi