> LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) { > ... > if (from == to) return; > ... > > Bye, > Mike Thanks. On a second thought I could have looked it up myself. Marius Gheorghe