From: Andre A. <ar...@ki...> - 2010-12-08 16:08:10
|
in EvaluateExpr checking for local variables int iIndex = 0; wxString name = lua2wx(lua_getlocal(L, &ar, ++iIndex)); while(!name.IsEmpty()) { .... name = lua2wx(lua_getlocal(L, &ar, ++iIndex)); } this allows the local variables to be evaluated Andre |