Home > Contents > Index >
ICS.LISTGET
Retrieves a list.
Syntax
<ICS.LISTGET LISTNAME="list name" FIELDNAME="some field" [OUTPUT="name"] />Parameters
LISTNAME (required)
- Name of the list to be retrieved.
FIELDNAME (required)
- Any column in the retrieved list. The
ICS.LISTGET
tag retrieves that column's value for the current row. In addition, the following keywords may be specified for the field name:
#curRow
- Retrieve the current row number.#numCols
- Retrieve the number of columns in the list.#numRows
- Retrieve the number of rows in the list.OUTPUT (optional)
- If this parameter is specified, the value of the request field in the list is set as a variable using the name specified.
Description
This tag retrieves the value of the specified field in a specified list.
Error Numbers
There are no possible
errno
for this tag.Release Introduced
This tag was introduced in CS release 5.0.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.