I was just trying to compare two arrays and found it quite difficult.
I did find some script to do it but I also noticed that there is a Bis_function.
call BIS_fn_areEqual
I can't seem to get it to function.
[_array1, _array2] call BIS_fn_areEqual] should return true or false.
I've tried using it in an IF statement and var=[arry1,arry2 ect, but the variable only returns "any"
Can anyone work out what's wrong?