To display a list of all the fields in a particular database, put a [ListFields] context into a template. You may put a [ListFields] context inside the [ListDatabases] context to automatically list all the fields in all the databases.
Example (normally you would put the following text into a .tpl file on your server and use a web browser to link to it):
The following tags are available inside a [ListFields] context:
| Tag | Description |
|---|---|
|
[FieldName]
|
the name of the field. |
|
[Index]
|
A number from 1 to the total number of fields, indicating this field's index placement in the list. |