Purpose
Returns the value of the last user input to the MsgBox BASIC command.
MsgBoxResponse returns one of these constant values:
Value |
Last user input |
fcOK |
User clicked the OK button. |
fcCancel |
User clicked the Cancel button. |
fcYes |
User clicked the Yes button. |
fcNo |
User clicked the No button. |
Syntax
MsgBoxResponse
Example
|