Saved Bookmarks
| 1. |
How will you release the memory acquired by an array variable in VBScript? |
|
Answer» Using Erase Function, which recovers the allocated memory for the array variables. |
|