InterviewSolution
Saved Bookmarks
| 1. |
What are the variable naming conventions in VBScript? |
|
Answer» Variable is a named memory location used to hold a value that can be changed during the script execution. VBScript has only ONE fundamental data type, Variant. Rules for Declaring Variables −
|
|