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) + + chr( 13 ) + chr( 13 ) + ...
>and your editor or program you used to view that file presents
>chr(13) as new line.
>If you change edito
On Tue, 01 Dec 2009, David Arturo Macias Corona wrote:
Hi,
> [E:\harbour911b\harbour\bin\os2\watcom]pba2.exe
> 0: .T.
> 1: .T.
> 2: .T.
> [E:\harbour911b\harbour\bin\os2\watcom]pba2.exe > pba2.txt
> 0: .T.
> 1: .F.
> 2: .T.
> [E:\harbour911b\harbour\bin\os2\watcom]pba2.exe 2> pba2.txt
> 0: .T.
>
Przemek:
>We should make some tests. Also in OS/2 for GCC and OpenWatcom builds.
>This code can be used for tests:
> proc main()
> ? "0:", HB_FISDEVICE( 0 )
> ? "1:", HB_FISDEVICE( 1 )
> ? "2:", HB_FISDEVICE( 2 )
> return
> #pragma begindump
> #include "hbapifs.h"
> HB_FUNC( HB_F