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_assistant_output/Utilities/report.html

    r338 r402  
    6464 Like <a href="/Applications/itt/idl64/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> if there is already some widget 
    6565 active or like <a href="/Applications/itt/idl64/help/online_help/MESSAGE.html">MESSAGE</a> if there is not any widget active. 
     66 
    6667 To ask a question whose answer is not yes/no, use <a href="..//ToBeReviewed/WIDGET/xquestion.html">xquestion</a>. 
    6768 
     
    102103     
    103104 If textin is a scalar string, we look for the line feed character "!C". 
     105 
    104106 If textin is set to an array of strings, each 
    105107 array element is displayed as a separate line of text. 
     
    203205 If there is not any widget activated: 
    204206 
    205  IDL> help, report('toto tata') 
     207   IDL> help, report('toto tata') 
    206208 % $MAIN$: toto tata 
    207209 <Expression>    INT       =       -1 
    208  IDL> help, report('does it works ?',/question) 
     210   IDL> help, report('does it works ?',/question) 
    209211 does it works ? y/n (default answer is y) 
    210212 <Expression>    BYTE      =    1 
    211  IDL> help, report('question1: !C does it works ?',/question) 
     213   IDL> help, report('question1: !C does it works ?',/question) 
    212214 question1: 
    213215 does it works ? y/n (default answer is y) 
     
    219221     
    220222    <h4>Version</h4> 
    221  $Id: report.pro 327 2007-12-13 16:22:35Z pinsard $ 
     223 $Id: report.pro 375 2008-08-08 15:55:40Z pinsard $ 
    222224 
    223225    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.