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 -
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
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