<@SEARCHARGNAMES [{array attributes}]>
Returns an array containing the names of all search arguments.
Search arguments are passed to Tango through 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.
There are array-returning attributes that can be used to specify prefixes and suffixes for the returned array, rows within the array, and columns within the rows. They are described in the section Array-to-Text Conversion Attributes. By default, the returned array is formatted as an HTML table.
The following returns all search argument names using the default array formatting:
Array-to-Text Conversion Attributes
<@ARG>
<@ARGNAMES>
<@POSTARGNAMES>