Error Messages/42786


Error message

Err42786.png

Cause

This error occurs when you are importing or pasting a table of data in the Export-Import data format, and something is wrong with the format of the incoming data. It can occur when you use the File → Import... menu item for an edit table, when you paste into a table after using Copy Table, when using the ReadExportFile function, or when using the Import typescript command.

The following incoming table data illustrates the problem that generates this error message.

TextTable Value actual_pxy
Real_case	1
J	1	2	3	4	5	6	7	8	8	10
I
1	0.02	0.04	0.0027	0.02	0.04	0.0027	0.02	0.04	0.0027	0.02
2	0.016	0.00357	0.0136	0.052	0.00745	0.0945	0.00091	0.00126	0.00163	0.0035	
Real_case	2
J	1	2	3	4	5	6
I
1	0.10	0.085	0.011	0.04	0.0027	0.02	
2	0.00719	0.039	0.0896	0.04	0.0027	0.02	

The index J appears on line 3 and on line 8, but the index values are not consistent on those two lines. On line 3, J is shown with 10 values. To be in the proper format, the values given for J on Line 8 must also be 1 thur 10, but are 1 thru 6 in this data, thus causing the error.

See Also

Comments


You are not allowed to post comments.