[Stackoverflow] [Progress OpenEdge ABL] find text in the string using openedge

Status
Not open for further replies.
J

JCA

Guest
I need to find word in the string using openedge. For example:

DEFINE cString AS CHAR INIT "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."

I need to find the word after "Excepteur": "sint". Whats the better way? Many thanks. JCA

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