Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/directory-overview.html

    r138 r142  
    699699       
    700700        <dt><a href="chkeywd.html?format=raw">chkeywd.pro</a></dt> 
    701         <dd></dd> 
     701        <dd>  In a string containing an order to executewith EXECUTE by example.</dd> 
    702702       
    703703        <dt><a href="delchr.html?format=raw">delchr.pro</a></dt> 
    704         <dd></dd> 
     704        <dd>  Delete all occurrences of a character from a text string.</dd> 
    705705       
    706706        <dt><a href="getfile.html?format=raw">getfile.pro</a></dt> 
    707         <dd></dd> 
     707        <dd>  Read a text file into a string array.</dd> 
    708708       
    709709        <dt><a href="getwrd.html?format=raw">getwrd.pro</a></dt> 
    710         <dd></dd> 
     710        <dd>  Return the n'th word from a text string.</dd> 
    711711       
    712712        <dt><a href="isnumber.html?format=raw">isnumber.pro</a></dt> 
    713         <dd></dd> 
     713        <dd>  Determine if a text string is a valid number.</dd> 
    714714       
    715715        <dt><a href="lenstr.html?format=raw">lenstr.pro</a></dt> 
     
    717717       
    718718        <dt><a href="nwrds.html?format=raw">nwrds.pro</a></dt> 
    719         <dd></dd> 
     719        <dd>  Return the number of words in the given text string.</dd> 
    720720       
    721721        <dt><a href="putfile.html?format=raw">putfile.pro</a></dt> 
    722         <dd></dd> 
     722        <dd>  Write a text file from a string array.</dd> 
    723723       
    724724        <dt><a href="str_size.html?format=raw">str_size.pro</a></dt> 
    725         <dd></dd> 
     725        <dd>  The purpose of this function is to return the proper  character size to make a specified string a specifed  width in a window.</dd> 
    726726       
    727727        <dt><a href="string2struct.html?format=raw">string2struct.pro</a></dt> 
    728         <dd></dd> 
     728        <dd>  Takes an input string set up as keywords and returns an anonymous structure.</dd> 
    729729       
    730730        <dt><a href="strkeywd.html?format=raw">strkeywd.pro</a></dt> 
    731         <dd></dd> 
     731        <dd>  Translate a sturcture in a string able to be used to specify keywords   in the calling of a function when we use EXECUTE (see example) </dd> 
    732732       
    733733        <dt><a href="strrepl.html?format=raw">strrepl.pro</a></dt> 
    734         <dd></dd> 
     734        <dd>   replace one (or more) character(s)/string(s) in a string </dd> 
    735735       
    736736        <dt><a href="strright.html?format=raw">strright.pro</a></dt> 
    737         <dd></dd> 
     737        <dd>  return right subportion from a string </dd> 
    738738       
    739739        <dt><a href="strsci.html?format=raw">strsci.pro</a></dt> 
    740         <dd></dd> 
     740        <dd>  Given a number, returns a string of that          B  number in scientific notation format ( e.</dd> 
    741741       
    742742        <dt><a href="strtok.html?format=raw">strtok.pro</a></dt> 
    743         <dd></dd> 
     743        <dd>  Retrieve portion of string up to token.</dd> 
    744744       
    745745        <dt><a href="strwhere.html?format=raw">strwhere.pro</a></dt> 
    746         <dd></dd> 
     746        <dd>  return position *array* for occurence of a character in a string </dd> 
    747747       
    748748        <dt><a href="tostr.html?format=raw">tostr.pro</a></dt> 
    749         <dd></dd> 
     749        <dd>  Convert an input in a string.</dd> 
    750750       
    751751      </dl> 
Note: See TracChangeset for help on using the changeset viewer.