Path: utzoo!attcan!uunet!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!usc!isi.edu!ata.isi.edu!paulp From: paulp@ata.isi.edu (Paul Postel) Newsgroups: comp.lang.icon Subject: icon data types on disk Message-ID: <14847@venera.isi.edu> Date: 6 Sep 90 00:07:45 GMT Sender: news@isi.edu Reply-To: paulp@venera.isi.edu () Organization: USC-Information Sciences Institute Lines: 13 I'm looking for some routines to write/read icon data types on disk. The routines would allow a list or a table (or any icon data type for that matter) to be written out to a disk file and later read back into an icon variable of the same type as the original. I suppose each icon variable in the file would need to be tagged with its type, and a file would look like a sequence of icon variables of arbitrary types. Has anyone written something like this? Thanks in advance, Paul Postel