Home > Contents > Index >  
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.GetVar

Returns the value of a Sites variable.

Syntax

Parameters

name
The name of the variable.

Returns

The value of the variable. If the variable does not exist, returns null.

Example

The following line retrieves the value of the Sites variable username. The retrieved value is stored in a variable named sUserName.

See Also

GetCgi , GetVars , RemoveVar , SetVar

 

   Home > Contents > Index >

Oracle JAVA Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.