Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
List.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( "List.RemoveValues"; List; Values ) More
Parameters
Parameter | Description | Example |
---|---|---|
List | The list to process. | "Hello" ¶ "" ¶ "World" |
Values | The list to of values to remove. | "Hello" ¶ "a" ¶ "b" |
Result
Returns list 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.
Examples
Try it:
MBS( "List.RemoveValues"; "a¶b¶c¶b¶e¶f"; "b¶e" )
Example result:
a
c
f
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 8th March 2025
