Howdy, Miquel:
 
> >> data: [ 
>     1 AAA BBB 3 0
>     2 MMM XXX 1 1
>     3 DDD VVV 2 1 
>   ]
 . . .
> but if I want generalize the foreach expression...
> 
> >> row: [ a b c d e ]
> == [a b c d e]
> >> foreach row data [ print row ]

...produces one item per line.

Try: 

  foreach :row data [print bind row 'a]

-jeff
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to