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
Removes a value from a quick list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
List | 5.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
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 |
Returns OK or error.
Created 12nd November 2014, last changed 12nd December 2014
QuickList.RemovePrefix - QuickList.Reserve
Feedback: Report problem or ask question.