[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: INSTR with an Occurrence that needs to be a variable - help please!

  • Thread starter Thread starter Patrick Tingen
  • Start date Start date
Status
Not open for further replies.
P

Patrick Tingen

Guest
Do you need to have this in SQL? In the good old ABL this would be almost trivial DEFINE VARIABLE cString AS CHARACTER NO-UNDO. cString = 'hello world (12) (23)'. MESSAGE ENTRY(1, ENTRY(NUM-ENTRIES(cString,'('), cString,'('), ')') VIEW-AS ALERT-BOX INFORMATION BUTTONS OK.

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