------art_35803_26376730.1153234935966
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Holy moley, that works.  Retrospectively, what a completely dumb thing I
did.  Of course zoom would choke on newlines.  Buh.  Guy, thanks a ton; I
appreciate it.

jf

On 7/18/06, ts <decoux / moulon.inra.fr> wrote:
>
> >>>>> "J" John Fink <john.fink / gmail.com> writes:
>
> Try it with
>
> J> puts "Server:"
> J> server  ets
>
>    server  ets.chomp
>
> J> puts "dbname:"
> J> dbname  ets
>
>    dbname  ets.chomp
>
> J> puts "Syntax:"
> J> syntax  ets
>
>    syntax  ets.chomp
>
> J> puts "isbn:"
> J> isbn  ets
>
>    isbn  ets.chomp
>
>
> Guy Decoux
>
>

------art_35803_26376730.1153234935966--