[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Chamadas de Funções em outros arquivos...
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 28 Jun 2001 10:36:05 -0300
> 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).