Lucee Function Reference
							Function STRUCTKEYEXISTS
			
				Determines whether a specific key is present in a structure.
			
		
		
		
		Example
structkeyexists(struct structure,string key):boolean
Arguments
				The arguments for this function are set. You can not use other arguments except the following ones.
				
			
		
		
			
			
				
			
				
			
			| Name | Type | Required | Description | 
|---|---|---|---|
| structure | struct | Yes | Name of structure to test | 
| key | string | Yes | Key to test |