Access the properties of an OLE object
- Last UpdatedJul 24, 2024
- 1 minute read
In a script, you can access the properties of an OLE object as you would in most programming languages. Properties are usually identified by using the dot "." operator.
Note: When you use OLE object properties in a script, make sure that their references do not exceed 98 characters, including leading "%". Keep OLE pointer names as short as possible.