单项选择题
A.整型数 B.字节型 C.实型数 D.字符型
可用于设置系统当前时间的语句是()A.DateB.Date$C.TimeD.Timer
单项选择题可用于设置系统当前时间的语句是()
A.Date B.Date$ C.Time D.Timer
VB中,mid("A2B4",2,1)的值是()A.2BB.0C.2D.4
单项选择题VB中,mid("A2B4",2,1)的值是()
A.2B B.0 C.2 D.4
要声明一个长度为256个字符的定长字符串变量str,下列语句正确的是()A.dim str as string...
单项选择题要声明一个长度为256个字符的定长字符串变量str,下列语句正确的是()
A.dim str as string B.dim str as string(256) C.dim str as string[256] D.dim str as string*256