OMG, that is exactly what I was talking about. My mistake was not putting the result of the function in a variable. That did the trick.
Thank you so much for your time!...
User Profile
Collapse
-
Help Determining Result of Function (true/false)
Hi Guys. I'm hoping someone here knows how to do this.
I have a function, let's say:
Now, as you can see, if all is run then it returns valid. But how do I use an if statement to find out what this particular function has returned?Code:function dosomert() { doing some stuff; return valid; }
Like:
...Code:function checkvalid(){ if (function
No activity results to display
Show More
Leave a comment: