nope.
$true = not 0
$false = not 1
$this= NOT "0" ; 1 char string is not false thus it's true. true not, makes it false.
vartypename($this)
? "is it false = " iif($false=$this,1,0)
? "is it true = " iif($true=$this,1,0)
get $
exit 0 |
result is:
Boolean
is it false = 1
is it true = 0 |
just the way it should be.
_________________________
!download
KiXnet