Difference between revisions of "DispRes"

From Wiki
Jump to: navigation, search
(added table)
Line 7: Line 7:
 
Holds the value of the last message box button that was clicked.
 
Holds the value of the last message box button that was clicked.
  
 +
{| border="1" cellpadding="2"
 +
|+ Table of #dispRes values
 +
|-
 +
| width=200px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Button
 +
|-
 +
| OK || "Ok" was clicked
 +
|-
 +
| CANCEL || "Cancel" was clicked
 +
|-
 +
| YES || "Yes" was clicked
 +
|-
 +
| NO || "No" was clicked
 +
|}
  
 
==== Example ====
 
==== Example ====

Revision as of 15:31, 9 August 2005

#dispRes

Miscellaneous System Variables

Description

Holds the value of the last message box button that was clicked.

Table of #dispRes values
Value Button
OK "Ok" was clicked
CANCEL "Cancel" was clicked
YES "Yes" was clicked
NO "No" was clicked

Example



See Also

display

Main_Page Documentation Miscellaneous System Variables