> Also: Is there any way to figure that out (e.g. what is the value of > LUA_INTFRMLEN) from within a plain lua script? if (('%d'):format(4095*2^40) == -2147483648) then ... :) -- Roberto