D
David Abdala
Guest
I do: inNE = NUM-ENTRIES(data,'~{'). DO inInd = 1 TO inNE: toTest =ENTRY(inInd,data,'~{'). IF NUM-ENTRIES(toTest,'}') LE 1 THEN /* it should never be LT 1.. but..*/ NEXT. found = ENTRY(toTest,'}'). END.
Continue reading...
Continue reading...