Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Dictionary.Count
Returns number of keys in the dictionary.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Dictionary | 5.0 | Yes | Yes | Yes | Yes | Yes |
MBS( "Dictionary.Count"; DictionaryRef ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| DictionaryRef | The reference number to the dictionary as returned by Dictionary.Create function. | $dic |
Result
Returns number or error.
Description
Returns number of keys in the dictionary.Examples
Query count of a dictionary:
$count = MBS("Dictionary.Count"; $Param)
See also
- Dictionary.Clear
- Dictionary.Clone
- Dictionary.Create
- Dictionary.KeyAtIndex
- Dictionary.List
- Dictionary.ToText
- Dictionary.ToXML
Example Databases
Created 12nd December 2014, last changed 12nd December 2014
Dictionary.Clone - Dictionary.Create
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos