[TOC] [Prev] [Next] [Bottom]

<@SEARCHARGNAMES>

Syntax

<@SEARCHARGNAMES [{array attributes}]>

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.

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.

Example

The following returns all search argument names using the default array formatting:

<@SEARCHARGNAMES>

See Also

Array-to-Text Conversion Attributes
<@ARG>
<@ARGNAMES>
<@POSTARGNAMES>



[TOC] [Prev] [Next] [Bottom]

docs@pervasive.com
Copyright © 1999, Pervasive Software. All rights reserved.