The information in this article applies to:
SYMPTOMSA program containing "!" (to denote an inline comment) directly following a string constant interprets the "!" as the letter "C" and appends a null character to the string. STATUSMicrosoft has confirmed this to be a problem in Microsoft FORTRAN PowerStation 32 version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONString values in the C language are terminated with null characters. This type of string is specified in Microsoft FORTRAN by using a standard string constant followed by the character C. The code sample below shows how unwanted null characters are appended to string constants with "!" directly following. Sample Code
Additional query words: 1.00
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |