$VBS = ObjCreate("ScriptControl")
$VBS.language = "VBScript"
Global Const $Nothing = $VBS.eval("Nothing")
$VBS = $Nothing
Can someone say me what i'm doing wrong here?
ERROR:
"test.au3" (2) : ==> Variable must be of type "Object".:
$VBS.language = "VBScript"
$VBS^ ERROR
->19:22:34 AutoIt3.exe ended.rc:1
>Exit code: 1 Time: 0.462
Thanks.
TheAutomator.