函式- Function (cont.) Private Function Add _. (x As Integer, y As Integer) As Integer. Add=x+y. End Function. Private Sub Form_Click() print Add(1,2).
確定! 回上一頁