Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:a:display_question [2024/01/30 05:28] aware_admina_f:a:display_question [2025/03/05 05:55] (current) – [Example] sean
Line 18: Line 18:
       ]       ]
              
-where ArithmeticOperation is the operation that produces a string (usually just a string literal). +where  
-MTITLE:  optional title of the window +  - ArithmeticOperation is the operation that produces a string (usually just a string literal). 
-YESNAME: optional name of the "Yes" button (default is Yes) +  MTITLE:  optional title of the window 
-NONAME:  optional name of the No button (default is No)+  YESNAME: optional name of the "Yes" button (default is Yes) 
 +  NONAME:  optional name of the No button (default is No)
  
 ===== Example ===== ===== Example =====
  
-<code aim>DISPLAY QUESTION 'Do you want to print out a receipt?' YESNAME='I do' NoName='I do not' </code>+<code aim>DISPLAY QUESTION 'Do you want to print out a receipt?' YESNAME 'I do' NONAME 'I do not' </code>
  
 The reply of the user can be checked using the Reply attribute of the predefined object Question, for example: The reply of the user can be checked using the Reply attribute of the predefined object Question, for example:
  • Last modified: 2024/01/30 05:28