Problem with operator "is an integer"
Posted: Thu Mar 20, 2014 6:54 pm
Hi all,
I created this function which return if the number is true or false
What I do not understand why it is not a false return false
I created a stack to explain better the problem (the script is in the button)
Thanks in advance
I created this function which return if the number is true or false
Code: Select all
function theInteger pNumber
return pNumber is an integer
end theInteger
Code: Select all
put theInteger(8.4/1.2) --> return false!
Thanks in advance