So, while messing with vizzy over the last few days, I've accidentally stumbled on a mathematical relation that might help a lot of people, and I figured I should share it before I forget(this also makes a nice record for myself to come back to).
First,
the length of a vector = the absolute value of that vector.
Basically, I've found 3 different ways to calculate the distance between a craft and the center of its parent body(or the magnitude of the position vector(R = |R?|) in other words) in vizzy:
1) R = {{planet (name of planet)(radius)} + (ASL)}
2) R = {{nav (position)} (length)}
3) R = {(abs) {nav (position)}}
aw