>> Anyone got an idea how to force this code to display 4 digits all the time?
Just comment out this line ...Added: Or better yet, make it ...Code:; if dispVal < decade then blankItThen if you want leading zero's just set the bit.Code:LeadingZeros VAR BIT if (LeadingZeros = 0) AND (dispVal < decade) then blankIt
<br>
Bookmarks