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