Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
QuickList.SetList
Sets the list to the content of the passed list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
List | 4.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "QuickList.SetList"; ListRef; Text { ; Separator } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
ListRef | The reference to the list returned from QuickList.New function. | $List | |
Text | New content for the list. | "Hello¶World¶Test" | |
Separator | The separator to use. Can be ASCII character number (e.g. 9 for tab) or a text where we use first character as separator. | "|" | Optional |
Result
Returns OK or error.
Description
Sets the list to the content of the passed list.See also
- QuickList.AddList
- QuickList.GetList
- QuickList.List
- QuickList.New
- QuickList.PopFirst
- QuickList.Release
- QuickList.Reverse
- QuickList.SetValue
- QuickList.SortWith
- QuickList.SubList
Blog Entries
This function checks for a license.
Created 21st September 2014, last changed 23th September 2014