Dictionary.List
---------------

Returns list of all dictionary IDs.

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

MBS( "Dictionary.List" ) ### Parameters

none

### Result

Returns list or error.

### Description

Returns list of all dictionary IDs.  
This helps debugging, especially finding scripts which do not release their objects properly.  
### Examples

List all object IDs:

 Set Variable \[$list ; Value: MBS ( "Dictionary.List" ) \]  
### See also

- [Dictionary.Count](DictionaryCount.md)
- [Dictionary.Keys](DictionaryKeys.md)
- [Dictionary.SetList](DictionarySetList.md)

### Example Databases

- [Utility functions/FileMaker Custom Functions via Dictionary](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/Utility%20functions/FileMaker%20Custom%20Functions%20via%20Dictionary.shtml#2ScriptAnchor_)

### Blog Entries

- [MBS FileMaker Plugin, version 5.2pr7](https://www.mbsplugins.de/archive/2015-07-16/MBS_FileMaker_Plugin_version_5/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 16th July 2015 , last changed 27th August 2023

  
[Dictionary.KeysWithPrefix](DictionaryKeysWithPrefix.md) - [Dictionary.Lookup](DictionaryLookup.md)

[HTML Version](DictionaryList.shtml)