Lasso Soft Inc. > Home

[False]

Returns the boolean value False.

  • Syntax
  • Parameters
[If: (Variable_Defined: 'MyVariable') == False]
  ...
[/If]
Examples

To check whether a value is False:

Use the [If] ... [/If] tag and compare the variable containing the value to [False]. The following example returns "The condition is true!" since the variable is not equal to False.

[Variable: 'myCondition' = True]
[If: $myCondition == False]
  The condition is false!
[Else]
  The condition is true!
[/If]
Result:
The condition is true!
Tag Link [False] Category Constant
Type Substitution Data Source Any
Support Preferred Version 5.0
Output Type Boolean Security Tag
Implementation Internal Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft