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



<@ARGNAMES>

Syntax

<@ARGNAMES [{array attributes}]>

Description

Returns an array with two columns specifying all search and post arguments passed into the current application file. The first column contains the name of the argument, and the second column contains either POST or SEARCH, depending upon how the argument was sent to the server.

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, when used in at text context, the returned array is formatted as an HTML table.

Example

View the arguments <@ARGNAMES>.

This would return something like:


Fred


POST


access


POST


username


SEARCH

See Also

<@POSTARGNAMES>
<@SEARCHARGNAMES>



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



docs@pervasive.com

Copyright © 1999, Pervasive Software. All rights reserved.