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

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.


Library: ista
See also: readlist 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