I'm using a peice of code:
When I echo out the values, they are both 0 (zero). Fine.
However, when I run this code, the "if" condition is found to be true when it clearly isn't.
If I change the "ubound(arrDNSServers)" code for "0" (zero), the condition is false, correctly.
Anyone know why this is happening?
Code:
if intDNSServer > ubound(arrDNSSServers) then
When I echo out the values, they are both 0 (zero). Fine.
However, when I run this code, the "if" condition is found to be true when it clearly isn't.
If I change the "ubound(arrDNSServers)" code for "0" (zero), the condition is false, correctly.
Anyone know why this is happening?