[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Arrays of Structures



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