[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Arrays of Structures
- Subject: Re: Arrays of Structures
- From: Jared <jaredc(at)nmt.edu>
- Date: Wed, 21 Jun 2000 13:18:24 -0600
- Newsgroups: comp.lang.idl-pvwave
- Organization: New Mexico Tech
- References: <39510B35.F743E0F2@seadas.bigelow.org>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:20013
Ben,
An array of anonymous structures can be made. For example:
a = replicate( {a:0, b:.1, c:''}, 10)
makes a 10 element array of anonymous structures. Hope this helps.
Jared