<@SEARCHARGNAMES>
Description
Returns an array containing the names of
all search arguments.
Search arguments are passed to Tango
through the URL.
For the URL:
http://hostname/path_to_cgi/path_to_taf?sarg1=value1&sarg2=value2&...
&sargn=val
<@SEARCHARGNAMES> returns
an array containing a subset of the names sarg1, sarg2,...,sargn.
The result array has one column and n rows where there are
n unique search arguments.
Example
The following returns all search argument
names using the default array formatting:
<@ASSIGN NAME="mysearchargs"
VALUE="<@SEARCHARGNAMES>">
<@VAR NAME="mysearchargs">
See Also
<@ARG>
<@ARGNAMES>
<@POSTARGNAMES>
|