Returns a sorted array of the top level keys in a structure.
        Sorts using alphabetic or numeric sorting, and can sort based
        on the values of any structure element.
			
		
		
		
		Function STRUCTSORT
Example
structsort(struct base,[string sortType,[string sortOrder,[string pathToSubElement]]]):array
Arguments
				The arguments for this function are set. You can not use other arguments except the following ones.
				
			
		
		
			| Name | Type | Required | Description | 
|---|---|---|---|
| base | struct | Yes | A structure with one field (an associative array). | 
| sortType | string | No | define one of the following: | 
| sortOrder | string | No | sort direction: _- asc (default): ascending (a to z) sort order | 
| pathToSubElement | string | No | String or a variable that contains one | 
