Home > Contents > Index >
ICS.GetCgi
Returns the value of a specified variable.
Syntax
public FTVAL GetCgi(String name)Parameters
name
- The name of a variable.
Description
GetCGI
is similar toGetVar
. Both methods return the value associated with the specified variable name. The difference is thatGetCGI
returns the value into anFTVAL
object butGetVar
returns the value into aString
object. For this reason, you should call theGetCGI
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 ornull
if the value of the variable is not defined.See Also
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.