citychap26
Programmer
Hi All,
Thanks in advance, this is probably an easy one ...
I want to check that an array has a value in it, have tried
Thanks in advance, this is probably an easy one ...
I want to check that an array has a value in it, have tried
Code:
not isEmpty(vArray(0))
[code]
I get Run-time error '9'
Subscript out of range
I've tried checking that the ubound(vArray) > 0
Any ideas ?
Cheers
SK