Difference between revisions of "ArraySerialize"
Jump to navigation
Jump to search
See also
imported>QQuix m (Formatting) |
imported>QQuix (See also) |
||
Line 50: | Line 50: | ||
==Usage== | ==Usage== | ||
Call ArraySerialize MyArray "" | let MySerialArray := Call ArraySerialize MyArray "" | ||
The first call should have a null 'Prefix' attribute (unless you want to prepend a literal to all your keys) | The first call should have a null 'Prefix' attribute (unless you want to prepend a literal to all your keys) | ||
Line 116: | Line 116: | ||
==See Also== | ==See Also== | ||
* [[ArrayDeserialize]] | * [[ArrayDeserialize]] | ||
* [[ArrayToINIsection]] | |||
* [[ArrayFromINIfile]] | |||
* [[User Functions]] | * [[User Functions]] | ||