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 #100

Closed 6DiegoDiego9 closed 4 months ago

6DiegoDiego9 commented 4 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 4 months ago

Looks good thanks :)