Command1_Click()事件代码如下: Private Sub Command1_Click()Dim x As Integer, Y As Integerx = 6 : Y : 8Call ABC(X, Y)Print X; Y End Sub Private Sub ABC(ByVal X As Integer,Y As Integer)X = X + 4Y = Y = 2 End S
单选题
Command1_Click()事件代码如下: Private Sub Command1_Click()Dim x As Integer, Y As Integerx = 6 : Y : 8Call ABC(X, Y)Print X; Y End Sub Private Sub ABC(ByVal X As Integer,Y As Integer)X = X + 4Y = Y = 2 End S