Forum Post: Re: Pdsoe 11.5.1 Keyword Casing In Quoted String

  • Thread starter Thread starter Swathi Yellavaram
  • Start date Start date
Status
Not open for further replies.
S

Swathi Yellavaram

Guest
Hi, I have tried similar kind of sample (given below). Correct casing is working properly. It is not changing the casing of 'End' and 'Not' words. I am guessing this sample code will work for you also. If not please let us know. Otherwise as i said earlier, there is no specific setting available to ignore few cases from correct casing. It is applied to complete file and quoted text is mostly not changed as part of correct casing. Any place this is not working will be treated as issue. Please report Issue with your sample code. Sample tried: DEFINE VARIABLE var1 AS CHARACTER NO-UNDO. DEFINE VARIABLE popup-title AS CHARACTER NO-UNDO. DEFINE VARIABLE popup-list AS CHARACTER NO-UNDO. DEFINE VARIABLE var11 AS CHARACTER NO-UNDO. DEFINE VARIABLE popup-menu-row AS INT NO-UNDO. DEFINE VARIABLE update-select-popup AS LOGICAL NO-UNDO. IF update-select-popup THEN DO: ASSIGN var1 = " USER-PRO " + "was Not updated" popup-menu-row = 5 popup-title = "window Choices" popup-list = "groups," + "Notes," + "User-defined Info," + "End" + "Test". END. Thanks, Swathi.

Continue reading...
 
Status
Not open for further replies.
Back
Top