Forum Discussion

maxtester's avatar
maxtester
Contributor
9 years ago

Datatype number with value one is the same as boolean true??

Hi all,   I Have a question regarding the datatypes. In my script I have a function that returns boolean true or a number. Like this:   //Returns a true or a number var Return = function1()   ...