Supercomputing Institute Technical User Support

 

IDL: The Development Environment

  1. Starting IDL
  2. The IDL Interface
  3. Quitting IDL

Starting IDL


Start IDL by entering the following at the % prompt:

idlde
Note: A command line interface is also available.  To start the command line interface enter the following at the % prompt:
idl

The IDL Interface

When you start IDL, one window will appear: the "IDL Development Environment."  This is IDL's multiple-document interface which includes built-in editing and debugging tools.

The Command Line is a single IDL prompt where you can enter IDL commands.  If you click the right mouse button while positioning over the Command Line, a popup menu appears displaying the command history, with a default of 10 entries and a maximum of 100 entries.  IDL is an interpreted language and commands are executed immediately at the command line.  To see the IDL Command Line in action, enter the following in the Command Line at the prompt and press Enter:

print, 'Hello World'
Output from IDL is displayed in the Output Log window, which appears by default.  Notice the command and the result of our print command in the Output Log.

The other windows of the IDL Development Environment are either obvious or will be covered in later sections.
 

Quitting IDL


To quit the current IDL session and return to the operating system, select File -> Exit in the IDL Development Environment.  You can also type the following at the Command Line:

exit

This information is available in alternative formats upon request by individuals with disabilities. Please send email to alt-format@msi.umn.edu or call 612-624-0528.

HOME | QUESTIONS | FEEDBACK
Employment | Events | Links | People | Publications | Support | Welcome
 


URL: http://www.msi.umn.edu/software/fast/tutorial/fast-starting.html
This page last modified on Friday, 03 November, 2000,  09:10:02 CDT  
Please direct questions or problems to help@msi.umn.edu  
Website related questions or problems should be dirrected to webmaster@msi.umn.edu