Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
QuickList.Remove
Removes the value with the given index.
Component | Version | macOS | Windows | Linux | Server | 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
- JSON.GetArrayItemsAsQuickList
- List.RemoveDuplicateItems
- QuickList.Clone
- QuickList.Count
- QuickList.FindDuplicateItems
- QuickList.New
- QuickList.Release
- QuickList.RemovePrefix
- QuickList.Reserve
- QuickList.Reverse
Release notes
- Version 14.0
- Added CaseSensitive flag for List.FindDuplicateItems, List.HasDuplicateItems, List.RemoveDuplicateItems, QuickList.FindDuplicateItems, QuickList.HasDuplicateItems, QuickList.RemoveDuplicateItems.
- 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.
Blog Entries
This function checks for a license.
Created 12nd November 2014, last changed 12nd December 2014