octave-maintainers
[Top][All Lists]
Advanced

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

Re: new function: textscan.m


From: Ben Abbott
Subject: Re: new function: textscan.m
Date: Sat, 23 Oct 2010 13:45:59 +0800

On Oct 23, 2010, at 9:53 AM, John W. Eaton wrote:

> On 23-Oct-2010, Ben Abbott wrote:
> 
> | I've included your suggestions.
> 
> Will you please also add an @DOCSTRING(textscan) link at some
> appropraite point in strings.txi?
> 
> +    error (["textscan: expecting first argument to be a file id or",
> +            " character string"]);
> 
> I generally don't like long lines, but I think this is worse.  Please
> just write the message as
> 
>    error ("textscan: expecting first argument to be a file id or character 
> string");
> 
> Please go ahead and push this changeset after making these additional
> changes.
> 
> Thanks,
> 
> jwe

Shall the functions below also be included in strings.txi ...

        @DOCSTRING(strread)

        @DOCSTRING(textread)

        @DOCSTRING(textscan)

I'm not sure about textread since it reads from a file. However, strread(str, 
...) and textscan(str, ...) work very similiarly.

Maybe others too?

Ben


reply via email to

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