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