Ops, I stand corrected.
Brgds,
Viktor
On Sun, May 17, 2009 at 2:19 PM, Przemyslaw Czerpak wrote:
> On Sun, 17 May 2009, Szak�ts Viktor wrote:
> > Also this variation didn't work in my tests, although it would be even
> more
> > expected:
> > ? m->operator[ 12 ]:Eval( '04' )
>
> No True. It perfec
On Sun, 17 May 2009, Szak�ts Viktor wrote:
> Also this variation didn't work in my tests, although it would be even more
> expected:
> ? m->operator[ 12 ]:Eval( '04' )
No True. It perfectly works.
Just simply you haven't check that after adding M-> to above example
the RTE in this line stop to be
Also this variation didn't work in my tests, although it would be even more
expected:
? m->operator[ 12 ]:Eval( '04' )
(well, I've never used m->, so I might be wrong)
Brgds,
Viktor
On Sun, May 17, 2009 at 2:02 PM, Przemyslaw Czerpak wrote:
> On Sun, 17 May 2009, marek.horody...@interia.pl wro
On Sun, 17 May 2009, marek.horody...@interia.pl wrote:
Hi,
> try compile and execute this sample code in Harbour.
> It correctly work in Clipper and xHarbour.
I know about this incompatibility but so far I had doubts if I should
make it 100% Clipper compatible due to support for arrays in fields
Hi,
try compile and execute this sample code in Harbour.
It correctly work in Clipper and xHarbour.
*-
Function Main()
Public operator := Array( 14)
Cls
/*
dbCreate( 'test', {{'OPERATOR', 'C', 3, 0}})
dbUseArea( .t.,, 'TEST', 'TEST', .f.)
dbAppend()
Hi,
try compile and execute this sample code in Harbour.
It correctly work in Clipper and xHarbour.
*-
Function Main()
Public operator := Array( 14)
Cls
/*
dbCreate( 'test', {{'OPERATOR', 'C', 3, 0}})
dbUseArea( .t.,, 'TEST', 'TEST', .f.)
dbAppend()