lua-users home
lua-l archive

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


> The key is the division of the problem in two calls.

Yes, you could save the first script as setlocale.lua and then do
	lua -lsetlocale myscript.lua
 
--lhf