help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: concept problem


From: Mirek Kwasniak
Subject: Re: concept problem
Date: Thu, 15 Nov 2001 17:29:30 +0100
User-agent: Mutt/1.3.23i

On Thu, Nov 15, 2001 at 04:27:45PM +0100, Paolo Ariano wrote:
> On Thu, 2001-11-15 at 14:50, Mirek Kwasniak wrote:
> > Two variants :)
> > 
> > eval([ 'gset output "', filename, '"' ])
> > gset([ 'output "', filename, "' ])
> 
> 
> thnks a lot but i've tried and:
> 
> filename = "pippo"
> gset([ 'output "', filename, "' ])
>                              ^^^^^^^^^^^^^ sorry,
> error: unterminated string constant
> parse error:

I didn't do copy&paste, correct form is:

  gset([ 'output "', filename, '"' ])

Mirek

   



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]