[progress Communities] [progress Openedge Abl] Forum Post: Re: A Better Approach?

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

Stefan Drissen

Guest
do ii = 1 to num-entries will count the number of line feeds in your longchar for /every/ row. Calculate once and use that. While extracting entry x from a longchar is nice ABL - it is not fast. You may want to use the index function to find the next linefeed starting from your current position and substring that slice.

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