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_html_output/ToBeReviewed/STRING/getfile.html

    r363 r402  
    153153         
    154154            <div class="comments"> 
    155  =err  error flag: 0=ok, 1=file not opened, 
    156  2=no lines in file. 
     155 error flag: 0=ok, 1=file not opened, 2=no lines in file. 
    157156</div> 
    158157             
     
    198197         
    199198            <div class="comments"> 
    200  =n  Number of lines to read (def=all). 
     199 Number of lines to read (def=all). 
    201200 Much faster if number of lines is known. 
    202201 Automatic for IDL 5.6 or later. 
     
    215214         
    216215            <div class="comments"> 
    217  search the file in the all !path directories (use 
    218  find.pro) 
     216 search the file in the all !path directories (use <a href="../..//Utilities/find.html">find</a>) 
    219217</div> 
    220218             
     
    225223           
    226224          <h4>Version</h4><div class="preformat"> 
    227  $Id: getfile.pro 358 2008-04-28 09:41:14Z pinsard $ 
     225 $Id: getfile.pro 374 2008-08-08 15:12:27Z pinsard $ 
    228226</div> 
    229227          <h4>History</h4><div class="preformat"> 
    230       R. Sterner, 20 Mar, 1990 
    231       R. Sterner, 1999 Apr 14 --- Added LINES=n keyword. 
    232       R. Sterner, 2003 Aug 29 --- Automatic lines if IDL 5.6+. 
    233       R. Sterner, 2003 Sep 02 --- Check if file exists first. 
    234       R. Sterner, 2003 Sep 04 --- Fixed error in number of lines in file. 
    235       R. Sterner, 2003 Oct 10 --- Fixed error when no lines. 
    236       R. Sterner, 2004 Jan 27 --- Fixed to work in IDL as old as vers 4. 
    237  
    238        S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
     228  - R. Sterner, 20 Mar, 1990 
     229  - R. Sterner, 1999 Apr 14 --- Added LINES=n keyword. 
     230  - R. Sterner, 2003 Aug 29 --- Automatic lines if IDL 5.6+. 
     231  - R. Sterner, 2003 Sep 02 --- Check if file exists first. 
     232  - R. Sterner, 2003 Sep 04 --- Fixed error in number of lines in file. 
     233  - R. Sterner, 2003 Oct 10 --- Fixed error when no lines. 
     234  - R. Sterner, 2004 Jan 27 --- Fixed to work in IDL as old as vers 4. 
     235  - S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
     236 
    239237       search the file in the all !path directories (use <a href="../..//Utilities/find.html">find</a>) 
    240238       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.