InterviewSolution
Saved Bookmarks
| 1. |
How to call a function in VBScript? |
|
Answer» To invoke a function somewhere later in the script, you would simple need to write the name of that function with the Call keyword. |
|