Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

QuickList.Deserialize

Restores a serialized list.

Component Version macOS Windows Linux Server iOS SDK
List 5.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "QuickList.Deserialize"; Text )   More

Parameters

Parameter Description Example
Text The serialized data as text.

Result

Returns quick list reference number or error.

Description

Restores a serialized list.

Examples

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.Release"; $list)]
Set Variable [$r; Value:MBS("QuickList.Release"; $secondList)]

See also

Blog Entries

This function checks for a license.

Created 6th July 2015, last changed 14th December 2023


QuickList.DeCombine - QuickList.Find