On 22/3/05 1:10 pm, "Duck" <[EMAIL PROTECTED]> wrote: > For quickest, I would say: > > result = (the environment).internetconnected > > If there's an internet connection, the result will be #online. No xtras > required.
Hi Ben, This does not tell the truth if: * Your computer is connected to a local network * The network is connected to the Internet by a dial-on demand router Here's what I get in this situation when connected to the Internet: put (the environment).internetConnected -- #online Here's what I get when the router is not connected to the Internet: put (the environment).internetConnected -- #online Do you see a difference? Cheers, James [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
