|
Using XWRITE we can write the contents returned from an array expression to a text file in a special XML like syntax. E.g.
Its syntax is the same as of the WRITE command. The difference is, that this command saves the array contents using a special XML like syntax so any multi-field elements (or arrays in elements, see array extension) can be saved and exactly recreated if the generated files is read back with XREAD command. |