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

update documentation

Location:
trunk/SRC/Documentation/idldoc_html_output/Utilities
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/createfunc.html

    r338 r402  
    171171 to specify a list of keywords that must be included in the  
    172172 function definition.  
     173 
    173174 Warning: the string must start with a ','  
    174175 for example: KWDLIST=', TOTO=toto' 
     
    193194 
    194195          <h3>Examples</h3><div class="preformat"> 
    195  IDL> print, createfunc('3*2', FILENAMEIN='test') 
    196  IDL> print, createfunc('3*two', FILENAMEIN='test' $ 
    197  IDL>                          , KWDLIST='two = two', TWO=2) 
     196 
     197   IDL> print, createfunc('3*2', FILENAMEIN='test') 
     198   IDL> print, createfunc('3*two', FILENAMEIN='test' $ 
     199   IDL>                          , KWDLIST='two = two', TWO=2) 
    198200</div> 
    199201          <h3>Version history</h3> 
    200202           
    201203          <h4>Version</h4><div class="preformat"> 
    202  $Id: createfunc.pro 327 2007-12-13 16:22:35Z pinsard $ 
     204 $Id: createfunc.pro 375 2008-08-08 15:55:40Z pinsard $ 
    203205</div> 
    204206          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/createpro.html

    r338 r402  
    170170 to specify a list of keywords that must be included in the procedure  
    171171 definition.  
     172 
    172173 Warning: the string must start with a ','  
    173174 for example: KWDLIST=', TOTO = toto' 
     
    207208 
    208209          <h3>Examples</h3><div class="preformat"> 
    209  IDL> createpro, ['print,''OK'''], FILENAMEIN='test' 
    210  IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    211  IDL>   , FILENAMEIN='test', KWDLIST =', ok = ok' 
    212  IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    213  IDL>   , FILENAMEIN='test', KWDLIST= ', ok = ok', /ok 
     210 
     211   IDL> createpro, ['print,''OK'''], FILENAMEIN='test' 
     212   IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
     213   IDL>   , FILENAMEIN='test', KWDLIST =', ok = ok' 
     214   IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
     215   IDL>   , FILENAMEIN='test', KWDLIST= ', ok = ok', /ok 
    214216</div> 
    215217          <h3>Version history</h3> 
    216218           
    217219          <h4>Version</h4><div class="preformat"> 
    218  $Id: createpro.pro 327 2007-12-13 16:22:35Z pinsard $ 
     220 $Id: createpro.pro 375 2008-08-08 15:55:40Z pinsard $ 
    219221</div> 
    220222          <h4>History</h4><div class="preformat"> 
    221223 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    222  cleaning + new keywords: October 2005 
    223  Feb. 2006: supress keyword "kwdused" and use call_procedure instead of execute 
     224  - cleaning + new keywords: October 2005 
     225  - Feb. 2006: supress keyword "kwdused" and use call_procedure instead of  
     226    execute 
    224227</div> 
    225228           
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/def_myuniquetmpdir.html

    r338 r402  
    122122 
    123123          <h3>Examples</h3><div class="preformat"> 
    124  IDL> def_myuniquetmpdir 
     124 
     125   IDL> def_myuniquetmpdir 
    125126</div> 
    126127          <h3>Version history</h3> 
    127128           
    128129          <h4>Version</h4><div class="preformat"> 
    129  $Id: def_myuniquetmpdir.pro 325 2007-12-06 10:04:53Z pinsard $ 
     130 $Id: def_myuniquetmpdir.pro 371 2008-08-07 09:32:02Z pinsard $ 
    130131</div> 
    131132          <h4>History</h4><div class="preformat"> 
     
    145146           
    146147          <h4>Uses routines</h4><div class="preformat"> 
    147  cm_general 
     148 <a href="..//Commons/cm_general.html">cm_general</a> 
    148149</div> 
    149150           
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/demomode_compatibility.html

    r338 r402  
    122122           
    123123          <h4>Version</h4><div class="preformat"> 
    124  $Id: demomode_compatibility.pro 325 2007-12-06 10:04:53Z pinsard $ 
     124 $Id: demomode_compatibility.pro 371 2008-08-07 09:32:02Z pinsard $ 
    125125</div> 
    126126           
     
    137137           
    138138          <h4>Uses routines</h4><div class="preformat"> 
    139  cm_general 
     139 <a href="..//Commons/cm_general.html">cm_general</a> 
    140140</div> 
    141141           
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/directory-overview.html

    r338 r402  
    141141       
    142142        <dt><a href="undefine.html">undefine.pro</a></dt> 
    143         <dd>  erase a variable  same thing like <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable  for one variable simultaneously </dd> 
     143        <dd>  erase a variable   same thing like <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable  for one variable simultaneously </dd> 
    144144       
    145145        <dt><a href="xfile.html">xfile.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/find.html

    r338 r402  
    9191 a set of possibles names and a different set of 
    9292 possibles directories names. 
     93 
    9394 By default look for files included in !path 
    9495 
     
    337338 
    338339          <h3>Examples</h3><div class="preformat"> 
    339  IDL> print, find('*loadct') 
     340 
     341   IDL> print, find('*loadct') 
    340342   /usr/local/rsi/idl_6.0/lib/utilities/xloadct.pro 
    341343   /usr/local/rsi/idl_6.0/lib/loadct.pro 
    342  IDL> print, find('*loadct', iodir=!dir,/recursive) 
     344   IDL> print, find('*loadct', iodir=!dir,/recursive) 
    343345   /usr/local/rsi/idl_6.0/lib/loadct.pro 
    344346   /usr/local/rsi/idl_6.0/lib/utilities/xloadct.pro 
    345  IDL> print, find('*loadct.pro') 
     347   IDL> print, find('*loadct.pro') 
    346348   /usr/local/rsi/idl_6.0/lib/utilities/xloadct.pro 
    347349   /usr/local/rsi/idl_6.0/lib/loadct.pro 
    348  IDL> print, find('*loadct',/nopro) 
     350   IDL> print, find('*loadct',/nopro) 
    349351   NOT FOUND 
    350  IDL> print, find('*loadct', iodir = '/usr/local/rsi/idl_6.0/lib') 
     352   IDL> print, find('*loadct', iodir = '/usr/local/rsi/idl_6.0/lib') 
    351353   /usr/local/rsi/idl_6.0/lib/loadct.pro 
    352  IDL> print, find('*loadct', iodir = '/usr/local/rsi/idl_6.0/lib', /test_write) 
     354   IDL> print, find('*loadct', iodir = '/usr/local/rsi/idl_6.0/lib', /test_write) 
    353355   NOT FOUND 
    354  IDL> print, find('*loadct', iodir = '/usr/local/rsi/idl_6.0/lib', /recursive) 
     356   IDL> print, find('*loadct', iodir = '/usr/local/rsi/idl_6.0/lib', /recursive) 
    355357   /usr/local/rsi/idl_6.0/lib/loadct.pro 
    356358   /usr/local/rsi/idl_6.0/lib/utilities/xloadct.pro 
    357  IDL> print, find('mesh*', iodirectory = [iodir, !path]) 
     359   IDL> print, find('mesh*', iodirectory = [iodir, !path]) 
    358360   /Users/sebastie/DATA/ORCA2/meshmaskORCA2closea.nc 
    359361   /Users/sebastie/IDL/meshmaskclosesea.pro 
     
    365367           
    366368          <h4>Version</h4><div class="preformat"> 
    367  $Id: find.pro 327 2007-12-13 16:22:35Z pinsard $ 
     369 $Id: find.pro 375 2008-08-08 15:55:40Z pinsard $ 
    368370</div> 
    369371          <h4>History</h4><div class="preformat"> 
    370372 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    371                       28/4/1999 
    372                       6/7/1999: compatibility mac and windows 
    373  June 2005: Sebastien Masson: cleaning, use for file_* functions 
     373  - 28/4/1999 
     374  - 6/7/1999: compatibility mac and windows 
     375  - June 2005: Sebastien Masson: cleaning, use for file_* functions 
    374376</div> 
    375377           
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/fitintobox.html

    r338 r402  
    111111         
    112112          <p class="header"> 
    113             <span class="result">result = </span>fitintobox(<span class="result"><a href="#_fitintobox_param_field">field</a>[, <a href="#_fitintobox_param_nx">nx</a>][, <a href="#_fitintobox_param_ny">ny</a>][, <a href="#_fitintobox_param_nz">nz</a>][, <a href="#_fitintobox_param_firstx">firstx</a>][, <a href="#_fitintobox_param_firsty">firsty</a>][, <a href="#_fitintobox_param_firstz">firstz</a>][, <a href="#_fitintobox_param_lastx">lastx</a>][, <a href="#_fitintobox_param_lasty">lasty</a>][, <a href="#_fitintobox_param_lastz">lastz</a>]</span>, <a href="#_fitintobox_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>)</p> 
     113            <span class="result">result = </span>fitintobox(<span class="result"><a href="#_fitintobox_param_field">field</a>[, <a href="#_fitintobox_param_nx">nx</a>][, <a href="#_fitintobox_param_ny">ny</a>][, <a href="#_fitintobox_param_nz">nz</a>][, <a href="#_fitintobox_param_firstx">firstx</a>][, <a href="#_fitintobox_param_firsty">firsty</a>][, <a href="#_fitintobox_param_firstz">firstz</a>][, <a href="#_fitintobox_param_lastx">lastx</a>][, <a href="#_fitintobox_param_lasty">lasty</a>][, <a href="#_fitintobox_param_lastz">lastz</a>]</span>, <a href="#_fitintobox_keyword_GRID">GRID</a>=<span class="result">GRID</span>, <a href="#_fitintobox_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>)</p> 
    114114         
    115115          <div class="comments"> 
     
    117117 
    118118          <h3>Return value</h3><div class="preformat"> 
    119  an array with dimensions matching the domain 
    120  or -1 if there is an error... 
     119 an array with dimensions matching the domain or -1 if there is an error. 
    121120</div> 
    122121 
     
    274273            <h3>Keywords</h3> 
    275274             
     275            <h4 id="_fitintobox_keyword_GRID">GRID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     276               
     277               
     278               
     279               
     280               
     281               
     282              <span class="attr">default:</span> <span class="value">vargrid defined in <a href="..//Commons/cm_4data.html">cm_4data</a></span> 
     283               
     284            </h4> 
     285         
     286            <div class="comments">  
     287 To specify on which grid are located the data, see <a href="..//ToBeReviewed/GRILLE/grille.html">grille</a> 
     288</div> 
     289             
    276290            <h4 id="_fitintobox_keyword_WDEPTH">WDEPTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    277291               
     
    281295               
    282296               
    283                
     297              <span class="attr">default:</span> <span class="value">0</span> 
    284298               
    285299            </h4> 
    286300         
    287301            <div class="comments"> 
    288  To specify that we are at W level 
     302 To specify that we are at W level, see <a href="..//ToBeReviewed/GRILLE/grille.html">grille</a> 
    289303</div> 
    290304             
     
    292306 
    293307          <h3>Examples</h3><div class="preformat"> 
    294  IDL> help, fitintobox(findgen(jpi,jpj)) 
     308 
     309   IDL> help, fitintobox(findgen(jpi,jpj)) 
    295310 <Expression>    FLOAT     = Array[41, 3] 
    296  IDL> help, fitintobox(findgen(jpi,jpj,78)) 
     311   IDL> help, fitintobox(findgen(jpi,jpj,78)) 
    297312 Error: 
    298313 the array dimensions [180,148,78] are incompatible 
     
    304319           
    305320          <h4>Version</h4><div class="preformat"> 
    306  $Id: fitintobox.pro 327 2007-12-13 16:22:35Z pinsard $ 
     321 $Id: fitintobox.pro 388 2008-12-09 09:36:41Z smasson $ 
    307322</div> 
    308323          <h4>History</h4><div class="preformat"> 
     
    323338           
    324339          <h4>Uses routines</h4><div class="preformat"> 
    325  cm_4mesh 
    326  cm_4cal 
     340 <a href="..//Commons/cm_4mesh.html">cm_4mesh</a> 
     341 <a href="..//Commons/cm_4cal.html">cm_4cal</a> 
    327342</div> 
    328343           
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/isadirectory.html

    r338 r402  
    196196          <h3>Examples</h3><div class="preformat"> 
    197197 
    198  IDL> print, !dir 
     198   IDL> print, !dir 
    199199    /usr/local/rsi/idl_6.0 
    200  IDL> print, isadirectory(!dir) 
     200   IDL> print, isadirectory(!dir) 
    201201    /usr/local/rsi/idl_6.0/ 
    202  IDL> print, isadirectory(!dir+'notgood') 
     202   IDL> print, isadirectory(!dir+'notgood') 
    203203</div> 
    204204          <h3>Version history</h3> 
    205205           
    206206          <h4>Version</h4><div class="preformat"> 
    207  $Id: isadirectory.pro 327 2007-12-13 16:22:35Z pinsard $ 
     207 $Id: isadirectory.pro 371 2008-08-07 09:32:02Z pinsard $ 
    208208</div> 
    209209          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/isafile.html

    r338 r402  
    262262 
    263263          <h3>Examples</h3><div class="preformat"> 
    264  IDL> print, isafile('/Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro') 
    265   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    266  IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD/Commons') 
    267   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    268  IDL> print, isafile('cm_4mesh.pro', iodir = !path) 
    269   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    270  IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD', /recursive) 
    271   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    272  IDL> print, isafile('cm_4mesh.pro', iodir = getenv('HOME'), /recursive) 
    273   /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
    274  IDL> print, isafile('fake_file.pro') 
     264 
     265   IDL> print, isafile('/Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro') 
     266  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     267   IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD/Commons') 
     268  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     269   IDL> print, isafile('cm_4mesh.pro', iodir = !path) 
     270  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     271   IDL> print, isafile('cm_4mesh.pro', iodir = '/Users/sebastie/SAXO_RD', /recursive) 
     272  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     273   IDL> print, isafile('cm_4mesh.pro', iodir = getenv('HOME'), /recursive) 
     274  /Users/sebastie/SAXO_RD/Commons/cm_4mesh.pro 
     275   IDL> print, isafile('fake_file.pro') 
    275276</div> 
    276277          <h3>Version history</h3> 
    277278           
    278279          <h4>Version</h4><div class="preformat"> 
    279  $Id: isafile.pro 327 2007-12-13 16:22:35Z pinsard $ 
     280 $Id: isafile.pro 392 2009-02-10 09:34:16Z smasson $ 
    280281</div> 
    281282          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/linearequation.html

    r338 r402  
    169169 
    170170          <h3>Examples</h3><div class="preformat"> 
    171  IDL> abc=linearequation(complex(1,2),[3,4]) 
    172  IDL> print, abc[0]*1+abc[1]*2+abc[2] 
     171 
     172   IDL> abc=linearequation(complex(1,2),[3,4]) 
     173   IDL> print, abc[0]*1+abc[1]*2+abc[2] 
    173174 0.00000 
    174175</div> 
     
    176177           
    177178          <h4>Version</h4><div class="preformat"> 
    178  $Id: linearequation.pro 325 2007-12-06 10:04:53Z pinsard $ 
     179 $Id: linearequation.pro 371 2008-08-07 09:32:02Z pinsard $ 
    179180</div> 
    180181          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/lineintersection.html

    r338 r402  
    117117          <h3>Return value</h3><div class="preformat"> 
    118118 2 possibilities: 
    119       1) by default: it is a vector of complex whose each element is the coordinates 
    120                      of the intersection point of a pair of straight lines. 
    121       2) if FLOAT is activated, it is a array of reals of dimension 2, 
    122          number_of_pairs_of_straight_lines whose each row is the coordinates 
    123          of the intersection point of a pair of straight line. 
     119  1) by default: it is a vector of complex whose each element is the  
     120     coordinates of the intersection point of a pair of straight lines. 
     121  2) if FLOAT is activated, it is a array of reals of dimension 2, 
     122     number_of_pairs_of_straight_lines whose each row is the coordinates 
     123     of the intersection point of a pair of straight line. 
    124124</div> 
    125125 
     
    188188 
    189189          <h3>Examples</h3><div class="preformat"> 
    190  IDL> abc1=linearequation(complex(1,2),[3,4]) 
    191  IDL> abc2=linearequation(complex(1,2),[8,15]) 
    192  IDL> print, lineintersection(abc1, abc2) 
     190 
     191   IDL> abc1=linearequation(complex(1,2),[3,4]) 
     192   IDL> abc2=linearequation(complex(1,2),[8,15]) 
     193   IDL> print, lineintersection(abc1, abc2) 
    193194 (      1.00000,      2.00000) 
    194  IDL> print, lineintersection(abc1, abc2,/float) 
     195   IDL> print, lineintersection(abc1, abc2,/float) 
    195196 1.00000      2.00000 
    196197</div> 
     
    198199           
    199200          <h4>Version</h4><div class="preformat"> 
    200  $Id: lineintersection.pro 327 2007-12-13 16:22:35Z pinsard $ 
     201 $Id: lineintersection.pro 375 2008-08-08 15:55:40Z pinsard $ 
    201202</div> 
    202203          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/protype.html

    r338 r402  
    147147          <h3>Examples</h3><div class="preformat"> 
    148148 
    149  IDL> print, protype('protype') 
     149   IDL> print, protype('protype') 
    150150      func 
    151  IDL> print, protype('protype.pro') 
     151   IDL> print, protype('protype.pro') 
    152152      func 
    153  IDL> print, protype('init') 
     153   IDL> print, protype('init') 
    154154      batch 
    155  IDL> print, protype('plt') 
     155   IDL> print, protype('plt') 
    156156      proc 
    157157</div> 
     
    159159           
    160160          <h4>Version</h4><div class="preformat"> 
    161  $Id: protype.pro 325 2007-12-06 10:04:53Z pinsard $ 
     161 $Id: protype.pro 371 2008-08-07 09:32:02Z pinsard $ 
    162162</div> 
    163163          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/report.html

    r338 r402  
    9090 Like <a href="/Applications/itt/idl64/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> if there is already some widget 
    9191 active or like <a href="/Applications/itt/idl64/help/online_help/MESSAGE.html">MESSAGE</a> if there is not any widget active. 
     92 
    9293 To ask a question whose answer is not yes/no, use <a href="..//ToBeReviewed/WIDGET/xquestion.html">xquestion</a>. 
    9394</div> 
     
    136137          <div class="comments"> 
    137138 If textin is a scalar string, we look for the line feed character "!C". 
     139 
    138140 If textin is set to an array of strings, each 
    139141 array element is displayed as a separate line of text. 
     
    233235 If there is not any widget activated: 
    234236 
    235  IDL> help, report('toto tata') 
     237   IDL> help, report('toto tata') 
    236238 % $MAIN$: toto tata 
    237239 <Expression>    INT       =       -1 
    238  IDL> help, report('does it works ?',/question) 
     240   IDL> help, report('does it works ?',/question) 
    239241 does it works ? y/n (default answer is y) 
    240242 <Expression>    BYTE      =    1 
    241  IDL> help, report('question1: !C does it works ?',/question) 
     243   IDL> help, report('question1: !C does it works ?',/question) 
    242244 question1: 
    243245 does it works ? y/n (default answer is y) 
     
    249251           
    250252          <h4>Version</h4><div class="preformat"> 
    251  $Id: report.pro 327 2007-12-13 16:22:35Z pinsard $ 
     253 $Id: report.pro 375 2008-08-08 15:55:40Z pinsard $ 
    252254</div> 
    253255          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/routine_name.html

    r338 r402  
    145145 
    146146          <h3>Examples</h3><div class="preformat"> 
    147  IDL> print, routine_name() 
     147 
     148   IDL> print, routine_name() 
    148149  /usr1/com/smasson/IDL_RD/UTILITAIRE/report.pro 
    149   IDL> print, routine_name(1) 
     150   IDL> print, routine_name(1) 
    150151  /usr1/com/smasson/IDL_RD/PLOTS/DIVERS/determineminmax.pro 
    151   IDL> print, routine_name(2) 
     152   IDL> print, routine_name(2) 
    152153  /usr1/com/smasson/IDL_RD/PLOTS/DESSINE/plt.pro 
    153   IDL> print, routine_name(3) 
     154   IDL> print, routine_name(3) 
    154155  $MAIN$ 
    155   IDL> print, routine_name(4) 
     156   IDL> print, routine_name(4) 
    156157  $MAIN$ 
    157158</div> 
     
    159160           
    160161          <h4>Version</h4><div class="preformat"> 
    161  $Id: routine_name.pro 325 2007-12-06 10:04:53Z pinsard $ 
     162 $Id: routine_name.pro 386 2008-12-03 13:26:28Z smasson $ 
    162163</div> 
    163164          <h4>History</h4><div class="preformat"> 
     
    188189          <h3>Statistics</h3> 
    189190          <table class="statistics"> 
    190             <tr><td>McCabe cyclic</td><td>           6</td></tr> 
     191            <tr><td>McCabe cyclic</td><td>           9</td></tr> 
    191192            <tr><td>McCabe essential</td><td>           1</td></tr> 
    192193            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/testvar.html

    r338 r402  
    143143 
    144144          <h3>Examples</h3><div class="preformat"> 
    145  IDL> print, testvar(var=toto) 
     145   IDL> print, testvar(var=toto) 
    146146 0 
    147  IDL> print, testvar(var='toto') 
     147   IDL> print, testvar(var='toto') 
    148148 toto 
    149149</div> 
     
    151151           
    152152          <h4>Version</h4><div class="preformat"> 
    153  $Id: testvar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     153 $Id: testvar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    154154</div> 
    155155          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/text_box.html

    r338 r402  
    188188         
    189189            <div class="comments"> 
    190  background color. Setting BG_COLOR erases the area 
    191                covered by the text box (filling it with color BG_COLOR) 
    192                prior to writing the text.  If both BG_COLOR and !p.color 
    193                are zero then the background color is reset to 255 to 
    194                guarantee a readability. 
     190 background color.  
     191 Setting BG_COLOR erases the area 
     192 covered by the text box (filling it with color BG_COLOR) 
     193 prior to writing the text. If both BG_COLOR and !p.color 
     194 are zero then the background color is reset to 255 to 
     195 guarantee a readability. 
    195196</div> 
    196197             
     
    276277           
    277278          <h4>Version</h4><div class="preformat"> 
    278  $Id: text_box.pro 327 2007-12-13 16:22:35Z pinsard $ 
     279 $Id: text_box.pro 375 2008-08-08 15:55:40Z pinsard $ 
    279280</div> 
    280281          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/undefine.html

    r338 r402  
    8989      <div id="file_comments"> 
    9090 erase a variable 
     91 
    9192 same thing like <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable 
    9293 for one variable simultaneously 
     
    143144 
    144145          <h3>Examples</h3><div class="preformat"> 
    145  IDL> a=1 
    146  IDL> undefine,a 
     146   IDL> a=1 
     147   IDL> undefine,a 
    147148 % Compiled module: UNDEFINE. 
    148  IDL> help, a 
     149   IDL> help, a 
    149150 A               UNDEFINED = <Undefined> 
    150151</div> 
     
    152153           
    153154          <h4>Version</h4><div class="preformat"> 
    154  $Id: undefine.pro 325 2007-12-06 10:04:53Z pinsard $ 
     155 $Id: undefine.pro 389 2009-01-27 08:59:35Z smasson $ 
    155156</div> 
    156157          <h4>History</h4><div class="preformat"> 
     
    182183          <h3>Statistics</h3> 
    183184          <table class="statistics"> 
    184             <tr><td>McCabe cyclic</td><td>           1</td></tr> 
     185            <tr><td>McCabe cyclic</td><td>           2</td></tr> 
    185186            <tr><td>McCabe essential</td><td>           1</td></tr> 
    186187            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/xfile.html

    r338 r402  
    8989      <div id="file_comments"> 
    9090 display an ASCII file in a widget. 
     91 
    9192 It is the same thing that <a href="/Applications/itt/idl64/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> but here, we use it 
    9293 to display the content of a procedure or of a function located in the !path 
     
    166167 
    167168          <h3>Examples</h3><div class="preformat"> 
    168  IDL> xfile,'plt' 
     169 
     170   IDL> xfile,'plt' 
    169171</div> 
    170172          <h3>Version history</h3> 
    171173           
    172174          <h4>Version</h4><div class="preformat"> 
    173  $Id: xfile.pro 327 2007-12-13 16:22:35Z pinsard $ 
     175 $Id: xfile.pro 375 2008-08-08 15:55:40Z pinsard $ 
    174176</div> 
    175177          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/xhelp.html

    r338 r402  
    163163 
    164164          <h3>Examples</h3><div class="preformat"> 
    165  IDL> xhelp,'plt' 
     165 
     166   IDL> xhelp,'plt' 
    166167</div> 
    167168          <h3>Version history</h3> 
    168169           
    169170          <h4>Version</h4><div class="preformat"> 
    170  $Id: xhelp.pro 327 2007-12-13 16:22:35Z pinsard $ 
     171 $Id: xhelp.pro 378 2008-08-12 12:35:46Z pinsard $ 
    171172</div> 
    172173          <h4>History</h4><div class="preformat"> 
     
    177178       Institute for Computational Earth System Science 
    178179       University of California, Santa Barbara 
    179   7/1/99 : legeres modification par Sebastien Masson : utilisation de 
    180   <proidl>xdisplayfile</proidl>, de <pro>findfile</pro> et de _extra. 
    181   6/7/1999: compatibility mac and windows 
     180  - 7/1/99 : legeres modification par Sebastien Masson : utilisation de 
     181    <a href="/Applications/itt/idl64/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a>, de <a href="/Applications/itt/idl64/help/online_help/FINDFILE.html">FINDFILE</a> et de _extra. 
     182  - 6/7/1999: compatibility mac and windows 
    182183</div> 
    183184           
Note: See TracChangeset for help on using the changeset viewer.