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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
QuickList.Deserialize
Restores a serialized list.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| List | 5.2 | Yes | Yes | Yes | Yes | Yes |
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.Free"; $list)]
Set Variable [$r; Value:MBS("QuickList.Free"; $secondList)]
See also
- List.Deserialize
- List.Serialize
- QuickList.Free
- QuickList.GetList
- QuickList.InsertValue
- QuickList.New
- QuickList.Serialize
Blog Entries
Created 6th July 2015, last changed 1st August 2015
QuickList.DeCombine - QuickList.FindDuplicateItems
Feedback: Report problem or ask question.
Links
MBS Xojo blog