November 2003
Beginner to intermediate
480 pages
15h 3m
English
read — read data
Reads data from a file, optionally coercing the data to a desired datatype. There are options for where to start (character positions are 1-based), how many characters to read, and what delimiter character to stop at.
The using delimiter parameter is poorly
documented. This parameter is a list, as long as you like, of
one-character strings. They are used to break the data into a
single-level list of strings which will lack all the delimiter
characters.
Read now
Unlock full access