If you have 20498 in a variable (representing 2.0498V) and you want 2.04 divide the value by 100 so that the value becomes 204 then HSEROUT[DEC value/100, ".", DEC2 value //100]
If you want to round off the value (instead of truncating) add 50, then divide by 100.
/Henrik.
Bookmarks