LassoScript Utility
Basics Browse Detail

-Nothing

Tag Link -Nothing Category Action
Type Command Source Available No
Support Preferred Version 2.5
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

Description

The -Nothing command tag specifies that no database action should be performed in the current [Inline], HTML form, or URL.

Since the default is to perform no database action, use of the -Nothing command tag is equivalent to not specifying an action.

Syntax

[Inline: -Nothing, ...]

<a href="default.lasso?-Nothing&...">Link</a>

<form action="default.lasso" method="POST">
  <input type="hidden" name="-Nothing" value="">
  ...
  <input type="submit" name="-Nothing" value="Submit Form">
</form>

Parameters

No Parameters Required.

Examples

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