Erel, on a Kindle Fire which does not have a BT adapter, with the following conditional
If admin_BT.Enable = False Then
xxx
Else
yyy
the software goes to the Else clause. I would expect without a BT an attempt to enable would be rejected, meaning it would = False, and take the Then clause.
?
If admin_BT.Enable = False Then
xxx
Else
yyy
the software goes to the Else clause. I would expect without a BT an attempt to enable would be rejected, meaning it would = False, and take the Then clause.
?