CalcIt Commands

XREAD(FileName)

Reads text files in XML like format previously created with XWRITE. It is useful to recreate an array with multi-field elements or elements that contain other arrays.

SET ar=XREAD(path);

The above example reads the file defined in path and puts its contents in array ar. It is used in array expressions.

See also SET, READDIR, UNPACK, READ, XWRITE

Go Back