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
QuickList.Remove
Removes the value with the given index.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| List | 5.0 | Yes | Yes | Yes | Yes | Yes |
MBS( "QuickList.Remove"; ListRef; Index ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| ListRef | The reference to the list returned from QuickList.New function. | $List |
| Index | The index of the item to remove. Range from 0 to QuickList.Count-1. | 0 |
Result
Returns OK or error.
Description
Removes the value with the given index.See also
- List.RemoveDuplicateItems
- QuickList.Clone
- QuickList.Count
- QuickList.FindDuplicateItems
- QuickList.New
- QuickList.RemovePostfix
- QuickList.RemovePrefix
- QuickList.Reserve
- QuickList.Reverse
Blog Entries
Release notes
- Version 10.4
- Added RemoveAll and ReturnNewList parameters to QuickList.RemoveDuplicateItems function.
- Version 9.0
- Changed List.RemoveValue and QuickList.RemoveValue to not report error if value is not found.
Created 12nd November 2014, last changed 12nd December 2014
QuickList.RegExMatch - QuickList.RemoveDuplicateItems
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins