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: readlist

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

Usage: writelist (obj, filename)
Input:
obj composed object
filename string

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