Tag Link | [Field_Names] | Category | Database |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Preferred | Version | 7.0 |
Change | Unchanged | Data Source | Any |
Output Type | Array | Security | Tag |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0 |
The [Field_Names] tag returns an array that contains the names of all of the fields that were returned by the current database search. This tag is usually used within [Inline] ... [/Inline] tags.
Note: This tag returns the same information as the [Field_Name] tag, but is a format more useful for iterating and other processing.
[Inline: ... ]
[Field_Names]
[/Inline]
[Iterate: (Field_Names), (Variable: 'Temp_Field')]
...
[/Iterate]
No Parameters Required.
See the Lasso 8 Language Guide for examples of how to use this tag.