Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

QuickList.RemoveValue

Removes a value from a quick list.

Component Version macOS Windows Linux Server iOS SDK
List 5.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "QuickList.RemoveValue"; ListRef; Value { ; All } )   More

Parameters

Parameter Description Example Flags
ListRef The reference to the list returned from QuickList.New function. $List
Value The value to remove. "Hello"
All Optional, pass 1 to remove all values with the given value. Pass 0 (default) to remove only the first matching value. 0 Optional

Result

Returns OK or error.

Description

Removes a value from a quick list.

See also

Release notes

Blog Entries

This function checks for a license.

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


QuickList.RemovePrefix - QuickList.Reserve