RE: Convert any list to a table?
RE: Convert any list to a table?
- Subject: RE: Convert any list to a table?
- From: Emmanuel <email@hidden>
- Date: Thu, 20 Sep 2001 16:20:12 +0200
At 14:06 +0200 20/09/01, Bourque, Jason wrote:
>
>
Emmanual,
>
>
I'am not familar with the Satimage OSAX. How would it work?
I was thinking about "special concat". Given two return-separated texts
(that, I suppose, you could get from the list using astid's), it will merge
them into one table with tabs and returns. You can "concat" a n-columns
(text) table and a return-separated text into a (n+1)-columns table.
-----------------------------
special concat "Ronald
Bill
George" with "McDonald
Evans
Gershwin"
-- "Ronald McDonald
Bill Evans
George Gershwin
"
-----------------------------
Emmanuel