Difference between revisions of "NETWORK()"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
==Purpose== | ==Purpose== | ||
Function to check for network | Function to check for network | ||
| Line 25: | Line 23: | ||
==Products== | ==Products== | ||
| − | Recital | + | Recital, Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
Latest revision as of 17:23, 3 December 2009
Purpose
Function to check for network
Syntax
NETWORK()
See Also
Description
The NETWORK() function will return .T. if you are running a multi-user system, otherwise .F. On UNIX/Linux and OpenVMS, this function always returns .T. as these systems are multi-user.
Example
? network() .T.
Products
Recital, Recital Server