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