SyntaxFix
Write A Post
Hire A Developer
Questions
I would stick with the $null check since any value other than '' (empty string), 0, $false and $null will pass the check: if ($ie) {...}.
$null
''
0
$false
if ($ie) {...}