已知过程定义的首行为Sub sum(a As Integer, b As Integer),则下面过程调用语句中正确的是________。
举一反三
- 有过程定义如下:Private Function fun(ByVal x As Integer, ByVal y As Integer, ByVal z As Integer), 则下列调用语句正确的是
- 下面子过程语句说明合法的是______。 A: Sub f1(ByVal n() As Integer) B: Sub f1(n() As Integer)As Integer C: Function f1(f1 As Integer) As Integer D: Finction f1(ByVal n As Integer)
- 在窗体Form1中用“Public Sub Fun(x As Integer, y As Single)”定义过程Fun,在窗体Form2的某事件过程中定义了变量I和J均为Integer,若要在此过程中调用Form1中的Fun过程,则下列语句中正确的是 。
- 下面子过程语句说明合法的是 A: Sub f1(s1 As String*8) B: Sub f1(n()As Integer)As Integer C: Function f1(f1 As Integer)As Integer D: Function f1(By Val n As Integer)
- 在过程定义中有语句: Sub GetData(ByRef f As Integer ) 其中“ByRef”的含义是