I have a little odd problem, i try to get the absolute sum of all fields from velocity, the speed so speak.
However when i get an output that looks like "00" or "x.z.y" where x y and z are numbers when i use the following code.
%v = %obj.getVelocity();
echo(mAbs(getWord(%v, 0)) + mAbs(getWord(%v, 1)) + mAbs(getWord(%v, 2)));
I dont know whats wrong and is there some kind of function builtin perhaps to save me the code mess?