Laren Dart Oct 8 10:30 AM
>Hi Larry,Laren Dart
>
>The ASCII table is the same for alll programs. The problem is there are two
>ways of telling when a line ends. One way is just with a CR (carriage
>return) character and the second one is with a combination of CR/LF (CR +
>Line Feed) characters. Notepad only works with the second option (also known
>as Windows convention). Wordpad, on the other hand, is smart enough to
>handle both kind of text files.
>
>Hope this clarifies the problem a little.
>
>Regards,
>
>Juan Carlos Rosso
>Leiderdorp, Netherlands