Przemek:

>I guess you are talking about context of some file to which
>you redirected output. Just like in Clipper this lines are
>shown using:
>   chr(13) + <nline> + chr( 13 ) + chr( 13 ) + <nline> ...
>and your editor or program you used to view that file presents
>chr(13) as new line.

>If you change editor or viewer to one which does not accept
>single chr(10) or chr(13) as EOL but only sequence chr(13)+chr(10)
>then you will see the difference just like on the screen.
>I.e. try:
>   type sale.txt

--------------------
[E:\harbour911b\harbour\bin\os2\watcom]type sale.txt
hbmk2: Processing environment options: -compiler=watcom
Harbour 2.0.0beta3 (Rev. 13082)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'speedtst.prg'...
Lines 1204, Functions/Procedures 79
Generating C source output to 'speedtst.c'... Done.
--------------------

Funny. So:

-------
100

200

300
[...]
-------

are "hidden"/overlapped even they exist on sale.txt file

EPM, E, jEdit editors show
-------
100

200

300
[...]
-------

while TEDIT editor show a line with two "flags" symbols between line numbers

Now is more clear why you suggested long time ago to redirect to file to see all output
Even "TYPE sale.txt" can confuse  :-)

David Macias



_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to