Tag Link | [Tags_Find] | Category | Tags |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Preferred | Version | 8.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0 |
[Tags_Find] is the tag equivalent of the symbol for getting a reference to a tag. [Tags_Find] requires one parameter which is the name of a tag. A reference to that tag is returned. [Tags_Find: 'TagName'] is equivalent to TagName, but can be constructed programmatically.
[(Tags_Find: 'Tag')->Type]
Required Parameters | |
---|---|
String | The name of the tag to be found. |
See the Lasso 8 Language Guide for examples of how to use this tag.