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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

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

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


QuickList.RegExMatch - QuickList.RemoveDuplicateItems

Feedback: Report problem or ask question.