$ 0 0 Dim $array1[20] For $i=0 To 19 $array1[$i]=$i Next $array2=$array1 MsgBox(0,"",($array1=$array2)) . always returns False. is this correct behaviour ? is there a different way to compare two arrays ? E.