LassoScript Utility
Basics Browse Detail

[Define_AtEnd]

Tag Link [Define_AtEnd] Category Technical
Type Substitution Source Available No
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[Define_AtEnd] defines a tag, type, or compound expression that should be invoked at the end of processing the current page. The at-end procedures will be called in order after all of the code in the current page has completed processing, but before the page is delivered to the Web browser. Lasso uses an at-end procedure to store session variables.

Syntax

[Define_AtEnd: TagName]

[Define_AtEnd: { ... Compound Expression ... }]

Parameters

Required Parameters
Tag The tag reference, data type, or compound expression to be executed.

Examples

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