Changes
check data type as "type(PP)"
end
if ( PP ~= nil) then
local pnum if ( type(PP) == "number") then Page = PP local int pnum = int(PP .. "00000") pnum = 0 + pnum if (pnum < 0) then Page = "range " .. PP .. "." end else Page = "stuff " .. PP .. "." end
end
if ( nil == Page ) then