A
Andy Reed
I have some code within a form (a class object) which
calls a public module. Within the class object code I
declare an array as follows :-
ReDim n1(rc)
where rc is the number of records in a record set.
Is it possible to make this array available to the called
module. I can't make the array global as it is not
allowed. The Help file suggested using a Property object
to return a Variant but I'm not too sure about this.
Thanks,
Andy.
calls a public module. Within the class object code I
declare an array as follows :-
ReDim n1(rc)
where rc is the number of records in a record set.
Is it possible to make this array available to the called
module. I can't make the array global as it is not
allowed. The Help file suggested using a Property object
to return a Variant but I'm not too sure about this.
Thanks,
Andy.