要使過程調用後返回兩個參數s和t,下列的過程定義語句中,正確的是
A.Sub Mysub1(ByRef s,ByVal t)
B.Sub Mysub1(ByVal s, ByVal t)
C.Sub Mysub1(ByRef s, ByRef t)
D.Sub Mysub1(ByVal s, ByRef t)
正確答案:Sub Mysub1(ByRef s, ByRef t)
要使過程調用後返回兩個參數s和t,下列的過程定義語句中,正確的是
A.Sub Mysub1(ByRef s,ByVal t)
B.Sub Mysub1(ByVal s, ByVal t)
C.Sub Mysub1(ByRef s, ByRef t)
D.Sub Mysub1(ByVal s, ByRef t)
正確答案:Sub Mysub1(ByRef s, ByRef t)