Tag Link | : Colon | Category | Delimiter |
---|---|---|---|
Type | Delimiter | Source Available | No |
Support | Preferred | Version | 1.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x, Lasso 2.5, Lasso 2.0, Lasso 1.x |
A colon is used after each Lasso tag to seperate the tag name from the tag parameters. If a tag does not have any parameters then the colon is optional.
[TagName: Tag Parameters]
<?LassoScript
TagName: Tag Parameters;
?>
No Parameters Required.
In previous versions of Lasso either a colon or a comma could be used after a tag name in all tags. In LDML 5 only a colon is allowed. Use of a comma is now a syntax error.
See the Lasso 8 Language Guide for examples of how to use this tag.