This article is tagged with:
Lua string to number
and lua
lua string to number
local str = '10.7'
local num = tonumber(str)
local str = '10.7'
local num = tonumber(str)