Re: *MOST* useful feature! [message #33139 is a reply to message #33138] |
Mon, 09 December 2002 10:37   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
JD Smith (jdsmith@as.arizona.edu) writes:
> Well, to avoid the scream, I'll only say that in addition to this useful
> feature, IDLWAVE also lets you "Run Region" on selected text. What does
> this do for you? Try giving a regular piece of code like:
>
> for i=0,1 do begin
> foo,i
> endfor
>
> to the IDLDE shell. Does it like it? Probably not. IDLWAVE will
> take that code, slap an END statement at the end, and .run it as a
> $MAIN$ level routine. Excellent for trying out individual pieces of a
> routine, complete with real control blocks, at a time.
Oh, I knew it ... :-(
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|