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
List.CountValues
Counts values in list.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| List | 8.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "List.CountValues"; List ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| List | The list to process. | "Hello" ¶ "" ¶ "World" |
Result
Returns list or error.
Description
Counts values in list.The result contains count, tab and the word and is not sorted.
Examples
List values:
MBS( "List.CountValues"; "Hello¶World¶Hello" )
Example result:
1 World
2 Hello
See also
Example Databases
Blog Entries
Release notes
- Version 10.4
- Added prefix/postfix operator for List.IndexOfFirstValueMatching, QuickList.IndexOfFirstValueMatching, List.CountValuesMatching and QuickList.CountValuesMatching.
- Version 10.3
- Added numeric mode for List.CountValuesMatching, List.IndexOfFirstValueMatching, QuickList.CountValuesMatching and QuickList.IndexOfFirstValueMatching functions.
- Version 10.2
- Version 8.1
- Added Text.ListWords, List.CountValues and Text.CountWords functions.
Created 5th February 2018, last changed 5th February 2018
List.CSVSplit - List.CountValuesMatching
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins