Object Creation
Ways of creating an object.
You can create an object in two ways:
set var = CreateObject("Ccl.Session")
set var = New CclOSessionNew is the preferred method in Visual Basic. For VBScript, you can use only the CreateObject method.