Hi experts, I have a set of *.dx files, each containing one field (and four objects). Please find below the first line of each object in such a file:
object 1 class gridpositions counts 40 40 object 2 class gridconnections count 40 40 object 3 class array type float rank 0 items 1600 lsb ieee data follows object 4 class field The fourth object defines the field which I am interested in. Now, I have lots of those files, say file1.dx, file2.dx, file3.dx. All have the same structure, and the gridpositions and gridconnections are the same for all data. Only the data (Object3) changes from file to file. What I want is a time-animated series of this data (or equivelantly of the object 4, the field). I could write a script that bangs all the data of all files in one very big dx-file but I suspect there is a better method. Can I write a "meta---dx" file that refers to object 4 in another file, i.e. having a series object in it which referes to the other files like this: object "series" class series member 0 value 0 "object4 in file file0.dx" member 1 value 1 "object4 in file file1.dx" Any suggestions? Many thanks in advance, Hans
