Dictionary.SetQuickList
-----------------------

Fills dictionary with keys and values form a quick list.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Dictionary](component_Dictionary.md) | [7.1](newinversion71.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "Dictionary.SetQuickList"; DictionaryRef; ListRef { ; Delimiter } ) 

**MBS**( **"Dictionary.SetQuickList";** /\* Fills dictionary with keys and values form a quick list. \*/  
**$DictionaryRef**; /\* The reference number to the dictionary.e.g. $dic \*/   
**$ListRef**; /\* The reference to the list returned from [QuickList.New](QuickListNew.md) function.e.g. $List \*/   
**$Delimiter**) /\* Optional; The delimiter for the value list.  
Default is tab key.e.g. "=" \*/ 

### Parameters

| Parameter | Description | Example | Flags |
|---|---|---|---|
| DictionaryRef | The reference number to the dictionary. | $dic |  |
| ListRef | The reference to the list returned from [QuickList.New](QuickListNew.md) function. | $List |  |
| Delimiter | The delimiter for the value list.   Default is tab key. | "=" | Optional |

### Result

Returns OK or error.

### Description

Fills dictionary with keys and values form a quick list.  
The list contains key=value entries with a configurable delimiter.  
### See also

- [Dictionary.SetList](DictionarySetList.md)
- [QuickList.New](QuickListNew.md)

### Release notes

- **Version 7.1**
    - Added [Dictionary.SetQuickList](http://www.mbsplugins.eu/DictionarySetQuickList.shtml).

This function checks for a license.

Created 11st March 2017 , last changed 1st March 2021

  
[Dictionary.SetList](DictionarySetList.md) - [Dictionary.SetTag](DictionarySetTag.md)

[HTML Version](DictionarySetQuickList.shtml)