Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
List.Reverse
Reverses the order of items in the list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
List | 4.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "List.Reverse"; List { ; NoReturnEnding } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
List | The list to sort. | "Hello" ¶ "World" | |
NoReturnEnding | Pass 1 to have no extra newline character on the end of the returned list. Default is 0 to include one to easily concat lists. | 1 | Optional |
Result
Returns OK or error.
Description
Reverses the order of items in the list.Examples
Reverse list:
MBS( "List.Reverse"; "Hello¶World¶Test" )
See also
Blog Entries
This function checks for a license.
Created 29th September 2014, last changed 29th September 2014
