Skip to main content
Version: Next

Deferred formulas

Deferred formulas : Collection

ParameterTypeDescription
Function resultCollectionStack of formulas deferred in the function or method
History
ReleaseChanges
21 R4Created

Description

The Deferred formulas command returns the collection of all formulas that have been deferred using the defer command in the current function or method.

If the command is called from another context, it returns an empty collection.

Example

defer(ALERT("1"))
defer(ALERT("2"))
...
var $colStack:=Deferred formulas
//$colStack = [<<Formula: ALERT("2")>>,<<Formula: ALERT("1")>>]

See also

defer

Properties

Command number1861
Thread safeyes