What is the purpose of the Set keyword in VBScript?

1 Answers
Answered by suresh

What is the purpose of the Set keyword in VBScript?

What is the purpose of the Set keyword in VBScript?

The Set keyword in VBScript is used to assign object references to variables. This allows for the manipulation and control of the object's properties and methods. Using the Set keyword is essential when working with objects in VBScript to ensure proper access and modification of their attributes.

Answer for Question: What is the purpose of the Set keyword in VBScript?