Has something in the "read-line" function changed from 2000i to 2004? I am converting programs over to 2004, and it appears as if the read-line function is returning different values in 2004. For example, in 2000i, this line of code: (setq f (open (findfile "flange.txt") "r")) (setq ltest (read-line f))...............returns:................" 0.5 3.75 0.5625 2.0625 1.5 4 0.625 2.625 1.375 0.5625 0.0625 0.5 0.875 0.875 0.125 2 2 2 2 0.88 1.5 1.75 0.55 0.75 0.5"..............while the same code in 2004 returns:.................."ANSI150 9 18 27 36 45 54 63 72 81 90 99 108 117 126 135 144 153 162 171 180 189 198 207 216 225 234 243 ANSI150"..........The text file that it is reading has not been changed. Any ideas? Thanks in advance