Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Looks up value for the key.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Dictionary | 12.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
DictionaryRef | The reference number to the dictionary. | $dic | |
Key | The key to use. Keys are case sensitive. | "FirstName" | |
DefaultValue | The default value to return if key is not found. Default for the default value is an empty string. |
"" | Optional |
Returns value or error.
Query UUID for something and make new one if it's not found:
MBS( "Dictionary.Lookup"; $IDDic; $id; Get(UUID) )
This function checks for a license.
Created 15th February 2022, last changed 24th November 2023