Hi,
If you call and it returns false, then it will fail. False = fail and jump to else. So no need to query it.
If it returns with any value other than false, it will succeed, and code will proceed underneath the IF block.
Hi,
If you call and it returns false, then it will fail. False = fail and jump to else. So no need to query it.
If it returns with any value other than false, it will succeed, and code will proceed underneath the IF block.