Hullo Is it possible with lua4 to get the string representation(bytecode) of a given function for latter sue with dostring() ? Something like str = get_bytecode(function() ..dosomething... end) THanks