单项选择题
A.Val B.ref C.Byref D.ByVal
在Function过程体中退出Function过程的语句是()。A.Exit DoB.Exit ForC.Ex...
单项选择题在Function过程体中退出Function过程的语句是()。
A.Exit Do B.Exit For C.Exit Sub D.Exit Function
以关键字Function定义的过程是()。A.子过程B.函数过程C.属性过程D.事件过程
单项选择题以关键字Function定义的过程是()。
A.子过程 B.函数过程 C.属性过程 D.事件过程
以下是子过程或函数过程定义中的开始语句,错误的为()。A.Private Function f( x As S...
单项选择题以下是子过程或函数过程定义中的开始语句,错误的为()。
A.Private Function f( x As String ) As Single B.Private Function f( x As String ) C.Private Sub f( x As String ) As Single D.Private Sub f( x As String )