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