[Progress Communities] [Progress OpenEdge ABL] Forum Post: Easy way to pick elements?

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
11.7 Having strings like this: e:\progress\{MedlemsNr}\logg{Klientnr} where {xxxx} is elements that I need to pick and check, what whould be the easiest way doing that? I could use do i = 1 to num-entries(stringX,'{'): Element = '{' + substring(entry(i,stringX,'{'),1,index(entry(i,stringX,'{'),'}'). but I wonder if there is other ways that could be easier? //Geir Otto

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