Try OpenEdge Now
skip to main content
Online Help
Introducing the ABL Editor : Tasks : Writing ABL code : Working with USING statements : Specifying keyword casing for USING statements
 
Specifying keyword casing for USING statements
You can use the Editor preferences page to specify the keyword casing for USING statements.
To specify keyword casing for USING statements:
1. Select Window > Preferences > Progress OpenEdge > Editor
2. Select one of the following options on the Editor preferences page:
*No action: Retains the original keyword casing for all the existing USING statements, which remain after the Organize USING Statements operation is performed, and applies uppercase to keywords in the newly added USING statements.
*Upper: Applies uppercase to keywords in all the existing USING statements, which remain after the Organize USING Statements operation is performed, and to keywords in the newly added USING statements.
*Lower: Applies lowercase to keywords in all the existing USING statements, which remain after the Organize USING Statements operation is performed, and to keywords in the newly added USING statements.