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/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"> 
Note: See TracChangeset for help on using the changeset viewer.