Thanks DJBMASTER!

But now I have another question.
This doesn't work when sending a scalar of a vector as a parameter:
Code:
VECTOR myVector;
Add(&(myVector.x), 5, 7);


No matter where I put the & sign, I always get the memory address of the vector, and not of the scalar x

Could anybody help me with this?
Thanks!