Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Shuffles the items in the list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
List | 14.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
List | The list to use | "Hello¶World" |
Returns list or error.
Shuffle a list of values:
MBS( "List.Shuffle"; "a¶b¶c¶d¶e¶f" )
Example result:
a
c
d
e
b
f
This function checks for a license.
Created 8th November 2023, last changed 8th November 2023