Hi Folks,
My application is going to use an UDT. What is the location within the code to DIM it as an array?
It's not allowed outside a procedure or function.
I tried the following:
within the procedure that uses it for the first time
within the main module (actually as the first line),
but in both cases the compiler does not recognize it.
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
My application is going to use an UDT. What is the location within the code to DIM it as an array?
It's not allowed outside a procedure or function.
I tried the following:
within the procedure that uses it for the first time
within the main module (actually as the first line),
but in both cases the compiler does not recognize it.
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Comment