I have a program that creates an array of filenames, and I'm wishing to make this array available to another form which I load up from the first form. (i.e. I think I'm trying to make the array global, how?)

I've tried defining this array in the general delecarations section of the first form.
Do I have to instead define it in a class module?

Many thanks.