Tag Link | [Column_Name] | Category | Database |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Synonym | Version | 3.0 |
Change | Unchanged | Data Source | Any |
Output Type | String | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x |
[Column_Name] returns the name of a field in the current database and table. A number parameter returns the name of the field in that position within the current table. Other parameters are described below. Synonym is [Field_Name].
[Column_Name:
[Column_Name: Field Index]
Optional Parameters | |
---|---|
Field Index | Specifies which field name should be returned. Ranges from 1 to the value of [Field_Name: |
Result Type | Returns the number of fields in the current result set. Cannot be used in concert with a field index. |
Encoding Keyword | Specifies the encoding for the tag's return value. Tags are encoded using |
To return a list of all fields in a table:
Use the [Column_Name] tag. The following example uses a
[Inline:
[Loop: (Column_Name:
<br>[Column_Name: Loop_Count]
[/Loop]
[/Inline]
<br>FIrst_Name
<br>Last_Name
<br>Phone_Number
<br>Title
<br>Sex