Lingo Dictionary > L-N > netPresent

 

netPresent

Syntax

netPresent()
the netPresent

Description

System property; determines whether the Xtras needed to access the Internet are available but does not report whether an Internet connection is currently active.

If the Net Support Xtras are not available, netPresent will function properly, but netPresent() will cause a script error

Example

This statement sends an alert if the Xtras are not available:

if not (the netPresent) then
	alert "Sorry, the Network Support Xtras could not be found."
end if