IsEmptyArray to check an Object array fails #610
Closed
josef-poetzl
started this conversation in
General
Replies: 1 comment
-
That is a very interesting side effect! I like your approach for resolving this, and have incorporated this change into the add-in. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Test:
Result:
S: True O: False
Why: IsArray does something to the array so that LBound returns the value 0 and UBound returns the value -1.
Check (works only for arrays with references):
IsEmptyArray code from VCS:
Possible fIx:
Beta Was this translation helpful? Give feedback.
All reactions