| Tag Link | \ Tag Reference | Category | Symbol |
|---|---|---|---|
| Type | Symbol | Source Available | No |
| Support | Preferred | Version | 7.0 |
| Change | Unchanged | Data Source | Any |
| Output Type | Tag | Security | None |
| Implementation | Internal | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0 |
The \ symbol returns a reference to a tag. It can be used with the member tags [Tag->...] of the tag data type in order to get information about a tag or to call a tag with programmatically defined parameters.
[Variable: 'myTag' = \String_Concatenate]
| Required Parameters | |
|---|---|
| Right Parameter | The name of the desired tag. |
To get information about a tag:
Use the tag reference symbol \ to get a reference to a tag. The member tags of the tag data type can then be used to get information about the tag. In the following example the description for the tag [Error_Code] is returned.
[Output: \Error_Code->Description]
Returns a reference to the current error code for the page.