Re: [Harbour] serious error in harbour (mistake field and variable)

2009-05-17 Thread Viktor Szakáts
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

Re: [Harbour] serious error in harbour (mistake field and variable)

2009-05-17 Thread Przemyslaw Czerpak
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

Re: [Harbour] serious error in harbour (mistake field and variable)

2009-05-17 Thread Viktor Szakáts
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

Re: [Harbour] serious error in harbour (mistake field and variable)

2009-05-17 Thread Przemyslaw Czerpak
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

[Harbour] serious error in harbour (mistake field and variable)

2009-05-17 Thread marek . horodyski
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()

[Harbour] serious error in harbour (mistake field and variable)

2009-05-17 Thread marek . horodyski
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()