msgyn
Display a message box, asking the user to answer yes or no.
参数
arg1
Message box text. You can use String Formatting here.
结果
The $result
variable will be set to 1 when the user answered yes. Otherwise it’s set to 0.
Display a message box, asking the user to answer yes or no.
arg1
Message box text. You can use String Formatting here.
The $result
variable will be set to 1 when the user answered yes. Otherwise it’s set to 0.