Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/getfile.html

    r363 r402  
    119119 
    120120     
    121  =err  error flag: 0=ok, 1=file not opened, 
    122  2=no lines in file. 
     121 error flag: 0=ok, 1=file not opened, 2=no lines in file. 
    123122 
    124123     
     
    167166 
    168167     
    169  =n  Number of lines to read (def=all). 
     168 Number of lines to read (def=all). 
    170169 Much faster if number of lines is known. 
    171170 Automatic for IDL 5.6 or later. 
     
    185184 
    186185     
    187  search the file in the all !path directories (use 
    188  find.pro) 
     186 search the file in the all !path directories (use <a href="../..//Utilities/find.html">find</a>) 
    189187 
    190188     
     
    195193     
    196194    <h4>Version</h4> 
    197  $Id: getfile.pro 358 2008-04-28 09:41:14Z pinsard $ 
     195 $Id: getfile.pro 374 2008-08-08 15:12:27Z pinsard $ 
    198196 
    199197    <h4>History</h4> 
    200       R. Sterner, 20 Mar, 1990 
    201       R. Sterner, 1999 Apr 14 --- Added LINES=n keyword. 
    202       R. Sterner, 2003 Aug 29 --- Automatic lines if IDL 5.6+. 
    203       R. Sterner, 2003 Sep 02 --- Check if file exists first. 
    204       R. Sterner, 2003 Sep 04 --- Fixed error in number of lines in file. 
    205       R. Sterner, 2003 Oct 10 --- Fixed error when no lines. 
    206       R. Sterner, 2004 Jan 27 --- Fixed to work in IDL as old as vers 4. 
    207  
    208        S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
     198  - R. Sterner, 20 Mar, 1990 
     199  - R. Sterner, 1999 Apr 14 --- Added LINES=n keyword. 
     200  - R. Sterner, 2003 Aug 29 --- Automatic lines if IDL 5.6+. 
     201  - R. Sterner, 2003 Sep 02 --- Check if file exists first. 
     202  - R. Sterner, 2003 Sep 04 --- Fixed error in number of lines in file. 
     203  - R. Sterner, 2003 Oct 10 --- Fixed error when no lines. 
     204  - R. Sterner, 2004 Jan 27 --- Fixed to work in IDL as old as vers 4. 
     205  - S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
     206 
    209207       search the file in the all !path directories (use <a href="../..//Utilities/find.html">find</a>) 
    210208       when using /find keyword. Use <a href="/Applications/itt/idl64/help/online_help/SPAWN.html">SPAWN</a>, 'cat...' for  
Note: See TracChangeset for help on using the changeset viewer.