Charles James Leonardo Quarra Cappiello: |object 3 class array type float rank 0 items 10000 data follows | |[and here goes all the 200x50=10000 data1 items which i want to plot,and i |have another file for the data2 items] ... |then i import as a dx data format, but when "test import" it gives problems |reading the data items (in a near-the-middle of the data block line) | |it's there something obvious i'm doing wrong?
Could you post the line that the parser had problems with? Are you by chance the user that had problems with exponents > 100 and filed a bug on opendx.org? If so, try doubles instead of floats. IEEE float's can't represent exponents that big (2^127 ~ 1.7e38). Randy -- Randall Hopper [EMAIL PROTECTED]
