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

Release notes

Blog Entries

This function checks for a license.

Created 12nd November 2014, last changed 12nd December 2014


QuickList.Release - QuickList.RemoveDuplicateItems