LassoScript Utility
Basics Browse Detail

[Column_Names]

Tag Link [Column_Names] Category Database
Type Substitution Source Available No
Support Synonym 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

Description

The [Column_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.

Syntax

[Inline: ... ]
[Column_Names]
[/Inline]

[Iterate: (Column_Names), (Variable: 'Temp_Column')]
...
[/Iterate]

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.