Tag Link | , Comma | 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 |
Commas are used between multiple parameters of a Lasso tag. Each keyword, value, keyword/value, or name/value pair is specified followed by a comma and the next parameter.
[TagName: Tag Parameter, Tag Parameter]
<?LassoScript
TagName: Tag Parameter, Tag Parameter;
?>
No Parameters Required.
In previous versions of Lasso either a colon or a comma could be used after a tag name in all tags. Since Lasso 6 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.