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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Removes the value with the given index in the list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
List | 7.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
List | The list to process. | "Hello" ¶ "" ¶ "World" |
Index | The index of the item to remove. Range from 0 to QuickList.Count-1. | 0 |
Returns list or error.
Remove an entry:
MBS( "List.Remove"; "Hello¶World¶Test"; 1 )
Example result:
Hello
Test
This function checks for a license.
Created 11st March 2017, last changed 18th December 2020