J
JohnZing
hi
if i have IsAdmin=True or IsAdmin=False why
(IsAdmin = Nothing) is True???
i have
function test(byval IsAdmin as boolean)
If Not (IsAdmin = Nothing) Then
End if
end if
but it does not work because (IsAdmin = Nothing) is always true. Why?
thank you
if i have IsAdmin=True or IsAdmin=False why
(IsAdmin = Nothing) is True???
i have
function test(byval IsAdmin as boolean)
If Not (IsAdmin = Nothing) Then
End if
end if
but it does not work because (IsAdmin = Nothing) is always true. Why?
thank you