PRB: Beautify Application Changes the Case of Strings that Span Multiple Lines
ID: Q242998
|
The information in this article applies to:
-
Microsoft Visual FoxPro for Windows, versions 5.0, 5.0a, 6.0
SYMPTOMS
After running the Beautify Application, string expressions that span multiple lines are changed to either upper or lower case. This behavior occurs when the Capitalization for Symbols option in the Beautify Options dialog box is set to either "UPPERCASE" or "lowercase".
RESOLUTION
When running the Beautify Application, set the Capitalization for Symbols option in the Beautify Options dialog box to either "Match first occurrence" or "No change."
MORE INFORMATIONSteps to Reproduce Behavior
- Create a program file named Test.prg using the following code:
multi_line_value = "This should be " + ;
"Mixed Case"
- From the Tools menu, select Beautify.
- In the Beautify Options dialog box, set the Capitalization for Symbols option to UPPERCASE.
- Click the Run command button in the Beautify Options dialog box. Note that after the Beautify application runs, the "Mixed Case" portion of the string is changed to "MIXED CASE."
- From the Tools menu, select Beautify.
- In the Beautify Options dialog box, set the Capitalization for Symbols option to "lowercase."
- Click the Run command button in the Beautify Option dialog box. Note that after the Beautify application runs, the "MIXED CASE" portion of the string is changed to "mixed case."
Additional query words:
kbDSE
Keywords : kbMiscTools kbVFp500a kbVFp600 kbGrpFox kbDSupport
Version : WINDOWS:5.0,5.0a,6.0
Platform : WINDOWS
Issue type : kbprb
|