Pfft, your all inefficient.
function IS_NUMBER_NUMERIC(N)
if N==nil and not N then
error'NUMBER IS NIL'
else
print'NUMBER IS NOT NIL'
end
local RET
if type(N)=="number" or tonumber(N)then
RET = true
else
RET = false
end
return RET
end
When I looked up "Ninjas" in Thesaurus.com, it said "Ninja's can't be found" Well played Ninjas, well played. |