===== Unserialize (Function) ===== ==== Format ==== variable = **unserialize** ( [[stringexpressions|string_expression]] ) returns a [[lists|list]] of values that should be assigned to a variable (creating an array) ==== Description ==== The unserialize function returns a list of values. These values are stored in a "serialized" string with a very specific format. ==== Example ==== See example on [[Serialize|Serialize]]. ==== See Also ==== {{page>en:start#String Handling&noheader}} ==== History ==== |1.99.99.66|New to Version|