Posted by member 193429 on 2005-09-08 09:35:12
I'm try to make my desktop stats display a text string if not connected to a network, rather than just telling me an ip address of 127.0.0.1. Something along the lines of:
IF {ip test}
IPLabelText "IP ADDRESS : [ip]"
ELSE
IPLabelText "IP ADDRESS : Not Connected"
ENDIF
How would I test this in an if statement?
IF {ip test}
IPLabelText "IP ADDRESS : [ip]"
ELSE
IPLabelText "IP ADDRESS : Not Connected"
ENDIF
How would I test this in an if statement?