>The following snippet is useful to carry over the command-line arguments >you have received into a Lua space. Maybe a useful addition to 4.1? lua.c in 4.0 already exports "getargs", which returns a table with all arguments. --lhf