A
active_x
Example:
...
test a, b, c, d
...
Sub test(ByVal a, b, c, d)
...
Are "a, b, c, d" (in test a, b, c, d) parameters or arguments?
(question 1)
Are "a, b, c, d" [in Sub test(ByVal a, b, c, d] parameters or
arguments? (question 2)
What's the difference between parameter and arguments? (question 3)
...
test a, b, c, d
...
Sub test(ByVal a, b, c, d)
...
Are "a, b, c, d" (in test a, b, c, d) parameters or arguments?
(question 1)
Are "a, b, c, d" [in Sub test(ByVal a, b, c, d] parameters or
arguments? (question 2)
What's the difference between parameter and arguments? (question 3)