在MsgBox(prompt,buttons,title,helpfile,contex)函数调用形式中必须提供参数为
A、
prompt
B、
buttons
C、
title
D、
context
【正确答案】
A
【答案解析】
解析:消息框用于在对话框中显示信息,等待用户单击按钮,并返回一个整型值告诉用户单击哪一个按钮。其使用格式如下:MsgBox(prompt[,buttons][,title][,helpfile][,context]),prompt是必须的;buttons是可选的。
提交答案
关闭