Possible Duplicate:
Best way to extract values from a list of rules?
If I have a vector v = {x->1.03, x-> 2.01, .... }, and I want to use an element in the list, I can get an element as v[[1]] = x-> 1.03 but suppose I want to get rid of the arrow?
Thanks for any suggestions.

x /. v[[1]]? – cormullion Jan 28 at 11:15