单选题 MsgBox函数返回值的类型是_________。
【正确答案】 A
【答案解析】[解析] MsgBox函数的语法为:MsgBox(prompt,[buttons],[title],[helpfile],[context])。该函数的返回值是一个数值,告诉用户单击了哪一个按钮。比如MsgBox消息框显示“确定”按钮,则单击“确定”按钮,MsgBox函数的返回值为1。