Returns true if dBASE Plus is running on a system in which a local area network (LAN) card or other multiuser system card has been installed.

Syntax

NETWORK( )

Description

Use NETWORK( ) to determine if a program might be running in a network environment. For example, your program might need to do something in a network environment that it doesn't need to do in a single-user environment, such as issue USE with the EXCLUSIVE option.

NETWORK( ) returns .T. if a network card is installed; it doesn't determine whether a user is currently running dBASE Plus in a network environment. To determine whether a user is actually working in a network environment, use ID( ).