>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. -- _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
