Object Creation
Ways of creating an object.
To create an object use one of the following:
set var = CreateObject("Ccl.Buffer")
set var = New CclOBufNew is the preferred method in Visual Basic. For VBScript, you can use only the CreateObject method.