Tags · Functions · Objects
Lucee Function Reference
Choose a function:

Function SETVARIABLE

Sets the value

Example

setvariable(string name,any value):any

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
name string  Yes Variable name, can be contain "." for structures.  
value any  Yes the value to set