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...
Continue reading...