lua-users home
lua-l archive

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


El Jueves, 8 de Mayo de 2003 10:38 PM, Luiz Henrique de Figueiredo escribió:
> >How can i execute a simple piece of lua code  from another lua script?
>
> I'm not sure what you mean. If script A wants to run script B, try
> dofile"B" inside A. If A wants to run a function defined in B, first
> dofile"B" before or while running A and then call the function.
What i need (now) is the first case. I need to run a couple of lines 
containing some asignments.

-- 
Roger D. Vargas
ICQ: 117641572
Linux user: 180787
* Tanto si piensas que puedes, como si piensas que no puedes, tienes razón *
Henry Ford