[EMAIL PROTECTED] wrote:

> function ExtractItems tabl,col
> put "" into a
> repeat with x = 1 to the number of lines in tabl
> set cursor to busy
> put (item col of line x of tabl) into line x of a
> end repeat
> return a
> end ExtractItems
> 
> one liner would be
> 
> put extractitems(mytable,2) into nucontainer
> 
> (sorry for the humor!)

That may be as good as it gets (using arrays rather than chunks of course).

I've been playing with the new split and combine commands for 2.4, but I
can't figure out of there's a syntax to extract a single column to combine
into a string....

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Multimedia Design and Development for Mac, Windows, UNIX, and the Web
 _____________________________________________________________________
 [EMAIL PROTECTED]                 http://www.FourthWorld.com
 Tel: 323-225-3717           ICQ#60248349            Fax: 323-225-0716



Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to