Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Serialized a list as a text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
List | 5.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
List | The list to process. | "Hello" ¶ "" ¶ "World" |
Returns text or error.
Save and restore a list:
Set Variable [$list; Value:"Hello¶World¶1234¶Just a test!"]
Set Variable [$text; Value:MBS("List.Serialize"; $list)]
Show Custom Dialog ["List"; "Encoded: " & $text & ¶ & ¶ & "Decoded: " & MBS("List.Deserialize"; $text)]
This function checks for a license.
Created 6th July 2015, last changed 6th July 2015