View Single Post
Old 01-12-2004   #4 (permalink)
pixel
Registered Member
 
Join Date: Jan 2004
Posts: 1
VBScript and external DLL

You can create a CM object using the CreateObject() method:

Dim ozi
Set ozi = CreateObject('OZIAPP.blah')

--Eric
pixel is offline   Reply With Quote