Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
QuickList.RemoveValues
We remove all values from the list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
List | 15.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "QuickList.RemoveValues"; ListRef; ValuesRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
ListRef | The reference to the list returned from QuickList.New function. | $List |
ValuesRef | The reference to the list returned from QuickList.New function. | $Values |
Result
Returns OK or error.
Description
We remove all values from the list.For each value in the values list, we find it in the first list and remove it if found.
See also
Release notes
- Version 15.1
- Added List.RemoveValues and QuickList.RemoveValues functions.
This function checks for a license.
Created 8th March 2025, last changed 15th April 2025
