InterviewSolution
Saved Bookmarks
| 1. |
How to return a value from a function in VBScript? |
|
Answer» To return a value from a function, simply assign the value to the function name itself. |
|