Difference between revisions of "NETNAME()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to return system information
 
Function to return system information
Line 25: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 17:23, 3 December 2009

Purpose

Function to return system information


Syntax

NETNAME()


See Also

GETENV(), GETGID(), GETPID(), GETREMOTEADDR(), GETREMOTEHOST(), GETREMOTEUSER(), GETUID(), OS(), VERSION()


Description

The NETNAME() function returns the name of the machine. On UNIX/Linux systems, full 'uname –a' information is returned.


Example

? netname()
system=SCO_SV nodename=mynode version=3.2.2 machine=i386


Products

Recital, Recital Server