[progress Communities] [progress Openedge Abl] Forum Post: Re: Fast(est) Way Of Doing A...

  • Thread starter Thread starter ske
  • Start date Start date
Status
Not open for further replies.
S

ske

Guest
@Lars Neumeier: > I would go with the following one > ... OR INDEX(ParamValue[paramloop], '(') > 0 ... In that case you can still shave off some more time by reducing repetative array indexing and comparisons this way: t = ParamValue[paramloop]. lQuote = INDEX(t, ' ') + INDEX(t, '~"') + ... > 0

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