Method GetServerVar()
Syntax
:GetVar ( cVarName ) --> cValue
Parameters
|
|
cVarName |
The Server Variable for which you want to find a value. |
Return
The value of the variable.
If not found, it returns an empty string.
Description
The Method :GetServerVar() returns the value of the Server Variable.
For a list of Server Variables, look at :aVars or Server Variables.
See Also:
:GetVar(), :aVars, Server Variables
![]() |