Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

VBScript GetObject function


May 13, 2021 VBScript


Table of contents


VBScript GetObject function

The VBScript GetObject function returns access to the "automatic" object from the file.


VBScript GetObject function Complete VBScript reference manual

The GetObject function returns a reference to the automation object in the file.

Grammar

GetObject([pathname][,class])

parameter describe
pathname Optional.The full path and name of the file containing the Automation object.If this parameter is ignored, there must be a Class parameter.
class Optional.The class of the Automation object.This parameter uses this syntax: AppName.Objectype.


VBScript GetObject function Complete VBScript reference manual