If not construct
Posted: Wed Oct 31, 2007 10:32 pm
I would like to use this, but don't know if it's allowed:
Code: Select all
If !($a == $b)
or do I have to use:
If ($a !== $b)
z