Quantcast
Channel: Visual COBOL
Viewing all articles
Browse latest Browse all 5819

Forum Post: RE: release Excel from memory in Visual Cobol

$
0
0
The word type is required in COBOL because you are invoking the static method FinalReleaseComObject in the class Marshal. You always need to use type when what follows it is a direct class name and not an object. If you are invoking an object then you do not use type.

Viewing all articles
Browse latest Browse all 5819