Tintware Documentation : Tint Automation Client : Automation Reference : oleauto.new-objectSyntax#(oleauto.new-object,%progid) %progid specifies the progid of the automation object which you wish to create. If successful, the name of the new object will be returned. It will be of the form, oleauto.object.%number, where %number is unique to that object. Examples#(oleauto.new-object,msxml2.domdocument) oleauto.object.00e8a608 #(oleauto.new-object,adodb.connection) oleauto.object.0e810a0 |