你可能感兴趣的试题
Print arr.Code(2), arr.Caption(2) Print arr.Code, arr.Caption Print arr(2).Code, arr(2).Caption Print Code(2), Caption(2)
标准模块一般用于存放其他Access数据库对象使用的公共过程 在Access系统中可以通过创建新的模块对象而进入其代码设计环境 标准模块所有的变量或函数都具有全局特性,是公共的 标准模块的生命周期是伴随着应用程序的运行而开始、关闭结束的
Dim gg[1,5] As String Dim gg[1 To 5,1 To 5] As String Dim gg[1 To 5] As String Dim gg[1:5,1:5] As String
Print arr.Code(2),arr.Caption(2) Print arr.Code,arr.Caption Print arr(2).Code,arr(2).Caption Print Code(2),Caption(2)
Print arr.Code(2),arr.Caption(2) Print arr.Code,arr.Caption Print art(2).Code,arr(2).Caption Print Code(2).Caption(2)
Dim gg[1,5]As String Label1.BackStyle=1 Dim gg(1 To 5)As String Dim gg[1:5,1:5]As String
Print Student.Score(2),Student.StrName(2) Print Student.Score,Student.StrName Print Student(2).Score,Student(2).StrName Print Score(2),StrName(2)
Print air.Code(2), aft.Caption(2) Print arr.Code, air.Caption Print arr(2).Code, air(2).Caption Print Code(2), Caption(2)
Dim gg[1,5] As String LabellBackStyle=1 Dim gg(1 To 5)As String Dimgg[1:5,1:5] AsString
dimma[1:5,1:5]asstring dimma[5to5]asstring dimma(1to5,1to5)asstring dimma(1:5,1:5)asstring
Print arr.Code(2),arr.Caption(2) Print arr.Code,arr.Caption Print arr(2).Code,arr(2).Caption Print Code(2),Caption(2)
Dim A[3, 4]As Integer Dim A(3, 4)As Integer Dim A[3;4]As Integer Dim A(3;4)As Integer
Dim gg[1,5]As String Dim gg[1 To 5,1 To 5]As String Dim gg(1 To 5)As String Dim gg[1:5,1:5]As String
Dim gg[1,5] As String LabelBackStyle=1 Dim gg(1 To 5) As String Dim gg[1:5,1:5]As String