servervariable(
DATABASE
,
VARIABLE
)

The servervariable( function returns the value of a server variable (a permanent variable on the server).


Parameters

This function has two parameters:

database – name of the shared database that contains the server variable. If this parameter is missing or empty, the current database is assumed.

variable – name of the shared variable to be accessed. The name must either be quoted, or calculated by a formula.


Description

This function returns the value of a server variable (a permanent variable on the server). Depending on your network speed and how busy the server is, there may be a slight delay before this function returns the requested data (however there is no delay if this function is run on the server in web code).


See Also


History

VersionStatusNotes
10.2UpdatedCarried over from Panorama 6.0, but now the database parameter is optional.