Here is the first few lines of the text file;
ID X Y HDG USE AIRLINE ALT 1 ALT 2
D1 -295.05 -736.28 220 CIV NA NA NA
D2 -305.99 -726.02 220 CIV NA NA NA
D3 -316.93 -715.76 220 CIV NA NA NA
D4 -327.88 -705.5 220 CIV NA NA NA
D5 -364.61 -671.04 220 CIV NA NA NA
D6 -375.56 -660.78 220 CIV NA NA NA
D7 -386.5 -650.52 220 CIV NA NA NA
D8 -397.44 -640.25 220 CIV NA NA NA
D9 -408.38 -629.99 220 CIV NA NA NA
D10 -419.32 -619.73 220 CIV NA NA NA
V1 225.97 -139.05 0 CIV NA NA NA
V2 210.97 -139.05 0 CIV NA NA NA
It is saved as a TXT file and there are no spaces past the 8 elements on each line. Is it the CR/LF possibly the cuplrit? I increased the array to 10 elements instead of 8, and it worked.
The first line is a header, and I simply throw it away; that's why its called 'trash$' in the beginning. So the extra space between ALT 1 and ALT 2 is not the problem. Even if I remove that line, I experience the problem.
Russell B. Davis/aerostudios