tabstops fld

yves COPPE yvescoppe at skynet.be
Tue Jan 15 16:41:01 EST 2002


>function extractItem pFieldName, pItemNumber
>   set the itemDelimiter to TAB  # TAB is a constant in the language
>   return item pItemNumber of fld pFieldName
>end extractItem
>
>hope that helps..
>
>-


So you extract the item pItemNumber of line 1 of fld pFieldName

I'd like to extract the items pItemNumber of all the lines of fld pFieldName
you can write a loop, but it is slow when the fld has many lines

thanks.
-- 



More information about the use-livecode mailing list