Thanks Adam, that worked.
movement_precision = 4
Gives me output to 4 decimal places. Perfect
But....
movement_precision = 0.0001, 0.000004
or
movement_precision = 0.001, 0.00004
Will only output to three places. Not to worry, the first command works nicely.
Many thanks.
Matt. |