FIX: Strange Character in Warning for Illegal Edit ListLast reviewed: September 16, 1997Article ID: Q108365 |
1.00 1.00a | 1.00
MS-DOS | WINDOWS NTkbtool kbbuglist The information in this article applies to:
SYMPTOMSAn attempt to compile a program that contains a FORMAT statement with the illegal edit list may fail with the following warning
warning F4989: 'X' : unexpected character in formatwhere 'X' is an extended ASCII character or no character at all. The character displayed should be a character from the edit list.
RESOLUTIONCorrecting the edit list in the format statement eliminates the warning message.
STATUSMicrosoft has confirmed this to be a problem in Microsoft FORTRAN PowerStation 32 for Windows NT, version 1.0 and for MS-DOS, versions 1.0 and 1.0a. This problem was fixed in FORTRAN PowerStation 32 version 4.0.
MORE INFORMATIONThe following program illustrates the problem:
Sample CodeC Compile options needed: none 301 format(O6) ! O not valid here end |
Additional reference words: 1.00 1.00a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |