BUG: Beautify Removes Certain Characters

Last reviewed: April 30, 1996
Article ID: Q125517
The information in this article applies to:
  • Microsoft FoxPro for Windows, version 2.6a
  • Microsoft FoxPro for Macintosh and PowerPC, version 2.6a

SYMPTOMS

A lowercase v followed by a space is removed from program code when it appears at the beginning of a line if you choose Beautify from the Program menu. Beautify also removes a less than sign (<) if it appears at the beginning of a line of code.

These are the only two characters that the BEAUTIFY.APP is known to have problems with.

RESOLUTION

Make sure there is no space following the letter v, and don't begin a line of code with the less than character (<).

STATUS

Microsoft 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

Steps to Reproduce Problem

  1. In a new program file, type in the following two lines of code:

       v = "Hello"     && Make sure there is a space after the "v"
       <=3
    
    

  2. From the Program menu, choose the Beautify command. Then choose the Beautify button to beautify the program based on the default settings.

  3. Note that the "v" and the less than sign (<) are both removed.


Additional reference words: FoxMac FoxWin 2.60a buglist2.60a
KBCategory: kbtool kbbuglist
KBSubcategory: FxtoolFoxdoc


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: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.