Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 
Table of contents Previous: F Key Menu U Next: F Key Menu Pseudocommands

+

Continues text from the previous line.


Format

+ "text


Parameter

"text

text continued from the previous line; the double quote is mandatory


Remarks

The continuation line (starting in column 2) is concatenated to the previous line, following the last nonblank character of that line.

Be careful with McIDAS commands and parameters that require blank spaces. See the examples below.


Examples

F 3 "LB 1 5; IMGDISP EAST/CONUS 1
+ "STA=CLE

This entry generates the commands LB 1 5 and IMGDISP EAST/CONUS 1STA=CLE, which is an error, since 1STA=CLE is not a legal value. Instead, enter:

F 3 "LB 1 5; IMGDISP EAST/CONUS 1
+ " STA=CLE

This entry places a space between " and STA=CLE. Consequently, it generates LB 1 5 and IMGDISP EAST/CONUS 1 STA=CLE as desired.


Table of contents Previous: F Key Menu U Next: F Key Menu Pseudocommands
 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Office of Programs University Corporation for Atmospheric Research (UCAR)   Unidata is a member of the UCAR Office of Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690