Lucee Function Reference
							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 |