Edit <object>
Variable
Supply a convenient and short name for an object's
variable (e.g. Fso for Scripting.FileSystemObject).
As this string will appear in the following scripts as a variable
it must follow the rules valid for the language. For example, the
name can consist of characters a..z, A..Z, 0..9 and _
(underscore), and it can't begin with a digit.
Object name (progid)
Select an object name from the combo box's list (Used
Objects, see Workspace settings) or type in name of any other existing COM/OLE
object. Click Test Object button to make sure that such
an object exists.
The <object> element creates
an object that is then available in all the following scripts.
Therefore it is not necessary to call function like CreateObject() in the scripts to create that object.
See Also
Working with Project Tree
|