Re: [Harbour] Error Comparing two arrays

2009-09-29 Thread Rossine
Hello Teo, >Hello Rossine, here is a little function that I wrote years ago to >compare two array contents: > >... This work´s fine :) Many thank´s, Rossine. -- View this message in context: http://www.nabble.com/Error-Comparing-two-arrays-tp25665027p25668693.html Sent from the Harbour -

Re: [Harbour] Error Comparing two arrays

2009-09-29 Thread Teo Fonrouge
On 29Sep, 2009, at 10:15 AM, Rossine wrote: Hello This sample: [CODE] function main local aArr1 := { } local aArr2 := { } ? aArr1 != aArr2 return NIL [ENDCODE] generate this error: [ERROR] Error BASE/1072 Argument error: <> Called from MAIN(6) [ENDERROR] I see that this is correct

[Harbour] Error Comparing two arrays

2009-09-29 Thread Rossine
Hello This sample: [CODE] function main local aArr1 := { } local aArr2 := { } ? aArr1 != aArr2 return NIL [ENDCODE] generate this error: [ERROR] Error BASE/1072 Argument error: <> Called from MAIN(6) [ENDERROR] I see that this is correct, it also occurs in the clipper same error. How