FIX: Write Statement Prints Double-Quote(") (198609)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition for Windows 4.0
- Microsoft Visual Basic Professional Edition for Windows 4.0
- Microsoft Visual Basic Enterprise Edition for Windows 4.0
This article was previously published under Q198609 SYMPTOMS
The Write statement prints out a double-quote within a string field where this should not be allowed.
CAUSE
The 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.
RESOLUTION
If you need to print out a nested double quote, you need to use the Print statement.
STATUS
Microsoft 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.
Modification Type: | Minor | Last Reviewed: | 3/7/2005 |
---|
Keywords: | kbBug kbFileIO kbfix kbVBp500fix KB198609 |
---|
|