I supposed that’s gonna make it work but could you explain why? Cus Im pretty sure that when i put the ? it means that it returns false if no value is there
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.