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: ista
See also: writelist readmatrix

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.


Library: ista
See also: writelist readmatrix

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

Author: Sigbert Klinke, 971030, 971107
(C) MD*TECH Method and Data Technologies, 21.9.2000