lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Como poderia chamar uma função   que está declarada em um outro arquivo???
  How  could I call   a   function that is  declared  in an _other  file???

First, you must create the function, typically running the other file 
(dofile). Then you call the function just like any other function. 

-- Roberto

PS: please, do not send Portuguese messages to the list. You can send them
directly to us (lua@tecgraf.puc-rio.br).