READ(FileName)
It is used to read text files and returns an array with their contents.
SET ar=READ(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, XREAD, XWRITE
Go Back