[单项选择题] 在窗体上有一个名为Command1的命令按钮,并有如下事件过程: Private Sub Command1_Click() a$="Swallows Mod Genull
19 查阅
[单项选择题] 在窗体上有一个名为Command1的命令按钮,并有如下事件过程:
Private Sub Command1_Click()
a$="Swallows Mod Genulled"
b$=Right(a$,8):c$=Mid(a$,1,8)
MsgBox a$,b$,c$,1
End Sub
程序执行时,单击命令按钮,则在弹出的消息框的标题栏中显示的是( )。
A.Swallows Mod Genulled
B.Genulled
C.Swallows
D.1
参考答案: