Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

Location:
trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING
Files:
6 edited

Legend:

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

    r111 r118  
    714714         
    715715          <p class="header"> 
    716             <span class="result">result = </span>getfile(<span class="result"><a href="#_getfile_param_filein">filein</a></span>, <a href="#_getfile_keyword_error">error</a>=<span class="result">error</span>, <a href="#_getfile_keyword_help">help</a>=<span class="result">help</span>, <a href="#_getfile_keyword_quiet">quiet</a>=<span class="result">quiet</span>, <a href="#_getfile_keyword_find">find</a>=<span class="result">find</span>)</p> 
     716            <span class="result">result = </span>getfile(<span class="result"><a href="#_getfile_param_filein">filein</a></span>, <a href="#_getfile_keyword_error">error</a>=<span class="result">error</span>, <a href="#_getfile_keyword_help">help</a>=<span class="result">help</span>, <a href="#_getfile_keyword_quiet">quiet</a>=<span class="result">quiet</span>, <a href="#_getfile_keyword_lines">lines</a>=<span class="result">lines</span>, <a href="#_getfile_keyword_find">find</a>=<span class="result">find</span>)</p> 
    717717         
    718718          <div class="comments"> 
     
    731731           2=no lines in file. 
    732732         /QUIET means give no error message. 
    733  
     733         LINES=n  Number of lines to read (def=all). 
     734           Much faster if number of lines is known. 
     735           Automatic for IDL 5.6 or later. 
    734736         /FIND search te file in the all !path directories (use 
    735737         find.pro) 
    736  
    737738 OUTPUTS: 
    738739       s = string array.        out 
     
    741742 MODIFICATION HISTORY: 
    742743       R. Sterner, 20 Mar, 1990 
     744       R. Sterner, 1999 Apr 14 --- Added LINES=n keyword. 
     745       R. Sterner, 2003 Aug 29 --- Automatic lines if IDL 5.6+. 
     746       R. Sterner, 2003 Sep 02 --- Check if file exists first. 
     747       R. Sterner, 2003 Sep 04 --- Fixed error in number of lines in file. 
     748       R. Sterner, 2003 Oct 10 --- Fixed error when no lines. 
     749       R. Sterner, 2004 Jan 27 --- Fixed to work in IDL as old as vers 4. 
    743750</div> 
    744751 
     
    808815            <div class="comments"></div> 
    809816             
    810             <h4 id="_getfile_keyword_find">find&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     817            <h4 id="_getfile_keyword_lines">lines&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    811818               
    812819               
     
    821828            <div class="comments"></div> 
    822829             
     830            <h4 id="_getfile_keyword_find">find&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     831               
     832               
     833               
     834               
     835               
     836               
     837               
     838               
     839            </h4> 
     840         
     841            <div class="comments"></div> 
     842             
    823843           
    824844 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/getwrd.html

    r111 r118  
    726726 INPUTS: 
    727727       txt = text string to extract from.         in 
     728         The first element is used if txt is an array. 
    728729       n = word number to get (first = 0 = def).  in 
    729730       m = optional last word number to get.      in 
     
    758759       R. Sterner, 13 Dec, 1992 --- Made tabs equivalent to spaces. 
    759760       R. Sterner,  4 Jan, 1993 --- Added NWORDS keyword. 
     761       R. Sterner, 2001 Jan 15 --- Fixed to use first element if not a scalar. 
    760762       Johns Hopkins University Applied Physics Laboratory. 
    761763 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/isnumber.html

    r111 r118  
    709709         
    710710 
    711         <div class="routine_details" id="_ISNUMBER"> 
    712  
    713           <h2><a class="top" href="#container">top</a>ISNUMBER </h2> 
     711        <div class="routine_details" id="_isnumber"> 
     712 
     713          <h2><a class="top" href="#container">top</a>isnumber </h2> 
    714714         
    715715          <p class="header"> 
    716             <span class="result">result = </span>ISNUMBER(<span class="result"><a href="#_ISNUMBER_param_TXT0">TXT0</a>, <a href="#_ISNUMBER_param_X">X</a></span>, <a href="#_ISNUMBER_keyword_help">help</a>=<span class="result">help</span>)</p> 
     716            <span class="result">result = </span>isnumber(<span class="result"><a href="#_isnumber_param_txt0">txt0</a>, <a href="#_isnumber_param_x">x</a></span>, <a href="#_isnumber_keyword_help">help</a>=<span class="result">help</span>)</p> 
    717717         
    718718          <div class="comments"> 
     
    741741       Johns Hopkins Applied Physics Lab. 
    742742       R. Sterner, 12 Mar, 1990 --- upgraded. 
    743         Richard Garrett, 14 June, 1992 --- fixed bug in returned float value. 
     743       Richard Garrett, 14 June, 1992 --- fixed bug in returned float value. 
     744       R. Sterner, 1999 Nov 30 --- Fixed a bug found by Kristian Kjaer, Denmark 
    744745 
    745746 Copyright (C) 1986, Johns Hopkins University/Applied Physics Laboratory 
     
    755756         
    756757             
    757             <h4 id="_ISNUMBER_param_TXT0">TXT0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     758            <h4 id="_isnumber_param_txt0">txt0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    758759               
    759760               
     
    768769          <div class="comments"></div> 
    769770             
    770             <h4 id="_ISNUMBER_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     771            <h4 id="_isnumber_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    771772               
    772773               
     
    788789            <h3>Keywords</h3> 
    789790             
    790             <h4 id="_ISNUMBER_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     791            <h4 id="_isnumber_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    791792               
    792793               
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strcnt.html

    r114 r118  
    743743 EXAMPLE: 
    744744 MODIFICATION HISTORY: 
    745        $Id: strcnt.pro 18 2006-05-02 09:32:05Z pinsard $ 
     745       $Id: strcnt.pro 114 2006-06-19 14:14:56Z smasson $ 
    746746       $Log: strcnt.pro,v $ 
    747747       Revision 1.3  1996/06/14 20:00:27  mcraig 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strtok.html

    r111 r118  
    753753       upon which this is based. 
    754754 MODIFICATION HISTORY: 
    755        $Id: strtok.pro 18 2006-05-02 09:32:05Z pinsard $ 
     755       $Id: strtok.pro 114 2006-06-19 14:14:56Z smasson $ 
    756756       $Log: strtok.pro,v $ 
    757757       Revision 1.3  1996/06/14 20:00:27  mcraig 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strtrans.html

    r111 r118  
    752752       Will produce out='Many bad chars in here', and set ned to 4. 
    753753 MODIFICATION HISTORY: 
    754        $Id: strtrans.pro 18 2006-05-02 09:32:05Z pinsard $ 
     754       $Id: strtrans.pro 114 2006-06-19 14:14:56Z smasson $ 
    755755       $Log: strtrans.pro,v $ 
    756756       Revision 1.3  1996/06/14 20:00:27  mcraig 
Note: See TracChangeset for help on using the changeset viewer.