LowLevelSelect method
Selects some values in a field, by entering the element numbers related to the values to select.
Parameters
| Name | Description | Mandatory | Type | 
|---|---|---|---|
| qValues | 
				 Indexes (or element numbers) of the values to select.  | 
			
			Yes | Array of Integer | 
| qToggleMode | 
				 Set to true to keep any selections present in the list object. If this parameter is set to false, selections made before accepting the list object search become alternative.  | 
			
			Yes | Boolean | 
| qSoftLock | 
				 Set to true to ignore locks; in that case, locked fields can be selected. The default value is false.  | 
			
			No | Boolean | 
Returns
| Name | Description | Type | 
|---|---|---|
| qReturn | 
				 true/false Information noteThe operation is successful if qReturn is set to true. 
				
			 | 
			Boolean |