Hi, 

I've some problem to close a com Object that I've open. 

example :

I create the Com Object Excel :

fxl = comCreateObject("Excel.Application")

To close I normally used 

gc(verbose = FALSE) -> silent


This is ok with my first Pc, the Com Object Excel is kill, but for my second
computer this do nothing ... ?

I've you an idea of the reason why the gc(verbose = FALSE) -> silent don't
close my com object ?

Thanks
-- 
View this message in context: 
http://www.nabble.com/Com-Object-mystake-tp19180043p19180043.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to