The information in this article applies to:
SYMPTOMSIn Visual Basic, if you have a function returning an array of bytes and you compare the return value with a string, you get the following error:
RESOLUTIONYou can bypass this error if you convert the return value of the function using the function Cstr before comparing it with a string, as in the following code:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: kbDSupport kbVBp600bug kbdss kbVBp kbNoKeyWord
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |