Next: NewObject
Up: GetObject
Previous: Return Values
Contents
Sample
excel = luacom.GetObject("Excel.Application")
if excel == nil then
print("Error! Could not get object!")
end
Fabio Mascarenhas de Queiroz 2005-01-07
Next: NewObject
Up: GetObject
Previous: Return Values
Contents
excel = luacom.GetObject("Excel.Application")
if excel == nil then
print("Error! Could not get object!")
end