DOCUMENT:Q319940 21-MAR-2002 [mspress] TITLE :Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic . PRODUCT :Microsoft Press PROD/VER:: OPER/SYS: KEYWORDS:kbdocfix kbdocerr ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - MSPRESS Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic.NET ISBN 0-7356-1587-X ------------------------------------------------------------------------------- SUMMARY ======= This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET, ISBN 0-7356-1587-X. The following topics are covered: - Page 41: Correction To Code Sample MORE INFORMATION ================ Page 41: Correction To Code Sample ---------------------------------- On page 41, in the code sample at the top, Change: Dim v As Variant Dim s As String v = "My varant contains a string" s = CStr(v) To: Dim o As Object Dim s As String o = "My object contains a string" s = CStr(o) Microsoft Press is committed to providing informative and accurate books. All comments and corrections listed above are ready for inclusion in future printings of this book. If you have a later printing of this book, it may already contain most or all of the above corrections. Additional query words: DEVBOOK 0-7356-1587-X Robinson Bond Oliver ====================================================================== Keywords : kbdocfix kbdocerr Version : : Issue type : kbinfo ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2002.