9951 explained code solutions for 126 technologies


luaConvert hex to int


num = tonumber(hex)ctrl + c
num

will contain resulting integer

tonumber

converts given value to integer

hex

hex value to convert to int