单项选择题

在窗体中有一个标签Lb1和一个命令按钮Command1,事件代码如下:
Option Compare Database
Dim a AS String*10
Private Sub Command1_Click()
a=“1234”
b=Len(

A.
&nbs