FIX: Format Editor Problems with Repeatable A Edit Descriptor

Last reviewed: September 18, 1997
Article ID: Q112342
1.00 WINDOWS kbtool kbfixlist

The information in this article applies to:

  • Microsoft FORTRAN PowerStation for Windows NT, version 1.0

SYMPTOMS

The Visual Workbench Format Editor at first correctly displays formats with repeatable A edit descriptors. However, when clicking the resulting character string, the A edit descriptor in the FORMAT statement drops the repeat value. If the FORMAT statement is then clicked, the format displays as if there is no repeat value on the A edit descriptor.

STATUS

Microsoft has confirmed this to be a problem in FORTRAN PowerStation for Windows NT, version 1.0. This problem was corrected in Microsoft FORTRAN PowerStation 32, version 4.0.

MORE INFORMATION

To reproduce the problem mentioned above, follow these steps:

  1. Enter the sample program below in the Visual Workbench and save the file to disk.

  2. Click the FORMAT statement.

  3. From the Tools menu, choose Format Editor.

  4. In the Format Editor window, click the text box (above the ruler). Enter the format changes.

  5. Click the FORMAT statement; the text box will be smaller.

Sample Code

c Compile options needed: none c

      character*10 str(3)
      write (*,10) str
10 format(3a10)
      end


Additional reference words: 1.00
KBCategory: kbtool kbfixlist kbbuglist
KBSubcategory: VWBIss
Keywords : VwbIss kbbuglist kbfixlist kbtool
Version : 1.00
Platform : WINDOWS
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 18, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.