The information in this article applies to:
SYMPTOMSThe intrinsic function GetStrQQ leaves spurious characters in the standard output buffer that are displayed on the next statement that flushes the buffer. RESOLUTIONUse the READ statement instead of GetStrQQ for reading from the standard input device. Alternatively, the GetCharQQ function may be used within a DO loop. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
Contrary to the documentation, there is no advantage to using GetStrQQ
rather than READ for standard I/O.
OutputEnter string: abc Sample Code
Additional query words: 1.00 1.00a 4.00
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |