This example shows how to get
the odometer head new, how to reset it, and how to confirm the settings
changed:
To see the current settings, type:
! U1 getvar "odometer.headnew"
Something
similar to this is shown:
"1489 INCHES, 3784 CENTIMETERS"
To
reset the these values to 0, type:
! U1 setvar "odometer.headnew" "0"
To
confirm this settings were reset, type:
! U1 getvar "odometer.headnew"
If
the resetting was successful, this is shown:
"0 INCHES, 0 CENTIMETERS"