Difference between revisions of "DispRes"
From Wiki
(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 14:31, 9 August 2005
#dispRes
Miscellaneous System Variables
Description
⇒
Holds the value of the last message box button that was clicked.
| 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 |