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.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
QuickList.Find
Finds an entry in the list.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
QuickList | 11.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "QuickList.Find"; ListRef; Value { ; ignoreCase } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
ListRef | The reference to the list returned from QuickList.New function. | $List | |
Value | The value to look for. | "World" | |
ignoreCase | Boolean to define whether to ignore case. Default is 0 for case sensitive compare. Pass 1 for case insensitive compare. |
0 | Optional |
Result
Returns index or error.
Description
Finds an entry in the list.Returns -1 if item is not found.
See also
- List.FindDuplicateItems
- QuickList.And
- QuickList.Clone
- QuickList.Count
- QuickList.Free
- QuickList.List
- QuickList.New
- QuickList.Push
- QuickList.Sort
- QuickList.Trim
Release notes
- Version 11.1
- Added List.Find and QuickList.Find functions.
- Version 10.5
- Added List.FindDuplicateItems and QuickList.FindDuplicateItems functions.
- Version 7.3
- Added parameter for QuickList.FindUnequals and List.FindUnequals to only return items from first list.
Blog Entries
Created 22nd February 2021, last changed 22nd February 2021
QuickList.Deserialize - QuickList.FindDuplicateItems
Feedback: Report problem or ask question.

Links
MBS Xojo Chart Plugins