Hi there, im a student doing a project in vb6 and need help.
Basically, im trying to get an array of 3 numbers to be randomly generated in one form and then displayed in another form. I tried using public but it says i cant do that (something about it being an array).
So then i tried dimensioning 3 variables that would equal positions 1, 2 and 3 of the array, because you can dimension them as public. But when i tried that, it said that the variables were not defined in the next form.
any help is much appreciated!
![]()





Reply With Quote