Im making a program, and i need to make a global array. I tried declaring it by doing : Dim garrAnswer(9) as globla string
it didn't work, an im sure im doing something wrong because an error popped up, so i was wondering if you cuold tell me how to declare a global array so i can use it when im using a different form in the same program. Thanks.
it didn't work, an im sure im doing something wrong because an error popped up, so i was wondering if you cuold tell me how to declare a global array so i can use it when im using a different form in the same program. Thanks.