To call for example Ubound for a dynamic array that hasn't been initialized causes an error. Is there a way to check first for that?
example:
dim intArray() as integer
debug.print ubound(intArray) '---> error
thx,
Helger
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |