Tag Link | [Null->DetachReference] | Category | Tags |
---|---|---|---|
Type | Member | Source Available | No |
Support | Preferred | Version | 6.0 |
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 |
[Null->DetachReference] can be used on any variable to detach that variable from the referenced object. The variable ends up with a value of null.
Every variable in Lasso is a reference to an object stored in memory. The object may be a string, integer, map, array, or any data type. Using the [Reference] tag or @ symbol, multiple variables can reference the same underlying object.
[$Variable Name->DetachReference]
No Parameters Required.
See the Lasso 8 Language Guide for examples of how to use this tag.