parameterString property



Sets and gets the parameter string.

Syntax

Set:     Gateway.setparameterString(string)
Get: string = Gateway.getparameterString()

Applies to

Gateway class.

Data type

String. The parameter string.

Usage

With setparameterString, field names are delimited in the string with '%' characters. The string is then used as a "template" when content is called.

If setparameterString is used, then adding data items with create methods have no effect. This method deletes all existing items on a watch list.

Example
parameterString property example

See also
CGI gateway applet
GatewayInput object
GatewayOutput object