The information in this article applies to:
SYMPTOMSWhen you use a function that returns an array as a parameter to the UBound or LBound functions, the memory allocated for the array is not released. CAUSEThe array is copied to temporary return storage, but the temporary storage is not released until the application ends. RESOLUTION
To avoid this problem, assign the return value to a local variable before
using UBound or LBound. For example:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Keywords : kbnokeyword kbVBp600bug kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |