03-28-2013 02:58 PM
I was able to get an addition equation to work on 2 arrays.
Works: Z = X + Y
However, when I try to use the absolute value function for each variable, it gives me the same "Cannot transfer result data" error as before.
Fails: Z = Abs(X) + Abs(Y)