Changes
Jump to navigation
Jump to search
try casting "46-48" by "tonumber(PP)"
if ( PP ~= nil) then
local pnum
if ( type(0+PP) == "number") then Page = PP pnum = "lone " .. PP .. "00000." pnum elseif ( tonumber(PP) ~= 0 + pnumnil) then if (pnum < 0) then Page = "range " .. PP .. "." end
else Page = "stuff " .. PP .. "."
end