$ Variable

Symbol

Symbol

Preferred

5.0

$ returns the value for a variable. It can be used to include the value of the variable within an expression or can be used on the left side of an assignment symbol to set the value of the variable.

[Output: $Right_Parameter]

<?LassoScript
  Output: $Right_Parameter;
?>

[$Right_Parameter = New Value]

<?LassoScript
  $Right_Parameter = New Value;
?>

$ Variable