next up previous contents
Next: Connect Up: CreateObject Previous: Return Values   Contents

Sample

inet_obj = luacom.CreateObject("InetCtls.Inet")

if inet_obj == nil then
  print("Error! Object could not be created!")
end


Vinicius da Silva Almendra 2003-06-27