LassoScript Utility
Basics Browse Detail

= Equal Sign

Tag Link = Equal Sign 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

Description

The equal sign is used between the name and value of a name/value pair or between the keyword and value of a keyword/value pair within the parameters for a Lasso tag.

Syntax

[TagName: Name=Value]

[TagName: -Keyword=Value]

<?LassoScript
TagName: Name=Value;
?>

<?LassoScript
TagName: -Keyword=Value;
?>

Parameters

No Parameters Required.

Examples

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