lua-users home
lua-l archive

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


On Fri, 7 Nov 2008 12:21:19 +0530
"Yogesh Gaur" <yogeshgaur.83@gmail.com> wrote:

> I want to know that is there any way through which we can call the
> one Lua script inside the other script. Actually, my requirement is
> that I have to call one general script which would set my variables,
> preparing the system for me and then through other scripts I am
> performing different different operations on the basis of the
> variables set by the first script.
the Great Lua Manual, which can be downloaded with Lua itself says,
that there are loadfile(), dofile() and other countless possibilities.
documentation rox, reading documentation saves bandwidth!