S
Stefi
Hi All.
I want to use a one dimension dynamic array, so my declaration is:
Dim myarray()
Redim myarray(x) changes it to a real array.
But how can I determine the state of myarray when it was not redimmed yet .
Thanks,
Stefi
I want to use a one dimension dynamic array, so my declaration is:
Dim myarray()
Redim myarray(x) changes it to a real array.
But how can I determine the state of myarray when it was not redimmed yet .
Thanks,
Stefi