单项选择题假定有以下两个过程: Sub s1(ByVal x As Integer,ByVal y As Integer) Dim t As Integer t=x x=y y=t End Sub Sub s2(x As Integer,y As Integer) Dim t As Integer t=x:x=y y=t End Sub 下列说法正确的是______。
单项选择题在过程定义中有语句: Private Sub GetData(ByVal data As Integer) 其中“ByVal”的含义是______。