Sometimes, that works, sometimes, it doesn't.
However, I'm not fully convinced there's a real need to "reuse" a variable name. If it's going into the same calculation, then some sort of indexed variable should be used. If it's going into another equation, then a new name should be picked. Even if you can deassign a variable, the usage of the same name implies that the variable is being reused, as is, since the reader might not even notice the deassignment.
TTFN
FAQ731-376