Lucee Function Reference
valueref()
creates a reference to a UDF that acts like a simple value.
Example
valueref(function ref):any
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
ref | function | Yes | udf returning the value |