Re: read_ascii for many rows / possible to create automatic names for variables [message #57199 is a reply to message #57153] |
Thu, 06 December 2007 07:10   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Mike writes:
> I don't think this one will need regexps (although if you are entering
> a Buddhist monastery, a good foundation in regexps will help your
> meditation practice tremendously!). If no pattern is passed to
> strsplit, it splits on whitespace (runs of spaces or tabs). So
> strsplit(line, /extract) aught to do it.
Oh, that's helpful. I would have read the documentation,
but, well, you know.
Cheers,
David
P.S. I think you are right about that meditation practice! :-)
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|