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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
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 |
---|---|---|
ListRef | The reference to the list returned from QuickList.New function. | $List |
Returns text or error.
Create and save a list to restore it:
Set Variable [$list; Value:MBS( "QuickList.New"; "Hello¶World¶1234¶Just a test!")]
Set Variable [$text; Value:MBS("Quicklist.Serialize"; $list)]
Set Variable [$SecondList; Value:MBS("QuickList.Deserialize"; $text)]
Show Custom Dialog ["List"; "Encoded: " & $text & ¶ & ¶ & "Decoded: " & MBS("QuickList.GetList"; $secondList)]
Set Variable [$r; Value:MBS("QuickList.Free"; $list)]
Set Variable [$r; Value:MBS("QuickList.Free"; $secondList)]
This function checks for a license.
Created 6th July 2015, last changed 1st August 2015