← Back to context Comment by stormdennis 3 years ago Would not the UBound and LBound functions not solved those issues? 1 comment stormdennis Reply Symbiote 3 years ago Yes, though I didn't know they existed.The existing code was written with 0 or 1 as required (except where there were bugs), and frankly I think it's was better anyway to use 0 everywhere rather than LBound(x).
Symbiote 3 years ago Yes, though I didn't know they existed.The existing code was written with 0 or 1 as required (except where there were bugs), and frankly I think it's was better anyway to use 0 everywhere rather than LBound(x).
Yes, though I didn't know they existed.
The existing code was written with 0 or 1 as required (except where there were bugs), and frankly I think it's was better anyway to use 0 everywhere rather than LBound(x).