Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: xplore
See also: writelist

Quantlet: readlist
Description: Reads a composed object as ASCII data from a set of files. All elements of the composed object have to be numerical matrices or textvectors !

Usage: obj = readlist (filename)
Input:
filename string
Output:
obj composed object

Example:
; loads the library graphic
library("graphic")
writelist(grc, "mygrc")
mygrc = readlist("mygrc")
mygrc

Result:
grc is a composed object that is created by the call of
graphic library. writelist creates a set of files
beginning with "mygrc" which contains the elements
of the list.
"readlist" reads the set of files into mygrc. The printout
shows that grc and mygrc have the same structure and
contents.



Author: S. Klinke, 19971107
(C) MD*TECH Method and Data Technologies, 05.02.2006