Line 4757: Missing EndIf   Also, When using _AD_Close w/o using _AD_OpenGC Line: 547: ==> Variable must be of type "Object".: $__oAD_ConnectionGC.Close() $__oAD_ConnectionGC^ ERROR   If I change Line 547 to: If $bUseGC Then $__oAD_ConnectionGC.Close() it works fine (In terms of initial script execution).