If you are getting the x/y/z values as strings [perhaps from an imported text file] then
` z=z+'.m'
4.5.m ### as a string
eval(z)
177.165354330709 ### in inches [SUp's base units and used to position the point]if they are as floats then z=z.m` will work to convert it...