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

 

ICS.GetCgi

Returns the value of a specified variable.

Syntax

Parameters

name
The name of a variable.

Description

GetCGI is similar to GetVar. Both methods return the value associated with the specified variable name. The difference is that GetCGI returns the value into an FTVAL object but GetVar returns the value into a String object. For this reason, you should call the GetCGI method when a variable holds a binary value.

Despite the name, the GetCGI method has nothing to do with CGI programs.

Returns

FTVAL value of the variable or null if the value of the variable is not defined.

See Also

GetVar

 

  Home > Contents > Index >

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