InterviewSolution
Saved Bookmarks
| 1. |
How to pass argument by reference to a function in VBScript? |
|
Answer» If ByRef is specified, then the arguments are sent as by reference when the function or procedure is called. |
|