NETWORK( ) example
This example uses NETWORK( ) to test if the user has a network card installed. The user will SET EXCLUSIVE ON only when it might be needed. Without a network card, SET EXCLUSIVE can be ON permanently:
IF NETWORK( )
SET
EXCLUSIVE OFF && set ON as needed
ELSE
SET
EXCLUSIVE ON && No network
ENDIF