LassoScript Utility
Basics Browse Detail

; Semi-Colon

Tag Link ; Semi-Colon Category Delimiter
Type Delimiter Source Available No
Support Preferred Version 5.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

Description

Semi-colons are used to end Lasso tags within LassoScripts. Every tag within a LassoScript should end with a semi-colon unless the tag is used as a sub-tag or within an expression.

Note: If only a single tag is used within a LassoScript then the semi-colon is optional, but recommended.

Syntax

<?LassoScript
TagName;
?>

<?LassoScript
TagName: Tag Parameters;
?>

<?LassoScript
TagName;
...
/TagName;
?>

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.