The information in this article applies to:
SYMPTOMSThe Write statement prints out a double-quote within a string field where this should not be allowed. CAUSEThe Write statement is intended to work with the Input statement. A string field is started and terminated with double quotes, thus placing a double quote within the field indicates the end of the field. RESOLUTIONIf you need to print out a nested double quote, you need to use the Print statement. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug has been fixed in Visual Basic 5.0. MORE INFORMATIONSteps to Reproduce Behavior
"Bob ""The Man"" Bulldog" To achieve the results of Visual Basic 4.0 in Visual Basic 5.0 or later, use the following:
Additional query words:
Keywords : kbFileIO kbVBp kbVBp400bug kbVBp500fix kbGrpVB kbGrpVBDB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |