Lucee object methods reference
Object Method Struct.update
Updates a key with a value.
Struct.update(string key,any value):boolean
Category
struct
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| key | string | Yes | Key, the value of which to update |
| value | any | Yes | New value |