Multiple choice technology testing

To assign an object reference, what is the keyword that is used?

  1. Ref

  2. Obj

  3. Set

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In VBScript, the Set keyword is mandatory when assigning object references to variables. This distinguishes object assignment from regular value assignment. Using Ref or Obj are not valid VBScript keywords for this purpose.