![]() | Packaging Runtime Data | EncodeDataXML | ![]() |
Syntax: @DecodeData {stringname/filename}, {STRING/FILE}, {TXT/XML} [,unknownItemStr]
The DecodeData command can be used to decode the data from a previously encoded STRING or FILE specified as stringname or filename back into the relevant variables (i.e. the variables as defined within the encoded string or file. This can be done for either text (TXT) data or XML data. Any items that cannot be decoded can be placed in the optional unknnownItemStr variable.
Example
@DecodeData XMLStr, STRING, XML, ErrorString