Deferred formulas
Deferred formulas : Collection
| Parameter | Type | Description | |
|---|---|---|---|
| Function result | Collection | ← | Stack of formulas deferred in the function or method |
History
| Release | Changes |
|---|---|
| 21 R4 | Created |
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
Properties
| Command number | 1861 |
| Thread safe | yes |