A function used to return the differences between two arrays.
Two Arrays of strings (must not contain scalars)
_distance = [[0,0,1], [0,0,0]] call CBA_fnc_getArrayDiff
(end
Returns:
Array Differences (for above example, return is [[1],[0]])
Author:
Rommel
----------------------------------------------------------------------------