sancarn / stdVBA

VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.
MIT License
288 stars 60 forks source link

Update stdArray.cls - bug fix #99

Closed 6DiegoDiego9 closed 3 months ago

6DiegoDiego9 commented 3 months ago

Fixed bug where LBound and UBound were used on an element of type stdArray instead of a native array, causing a Compile Error.

sancarn commented 3 months ago

Updated in other PR