Displaying an integer
kmenshouse
Posts: 32
Is there a way to set the number of places for an integer, so you can send two digits to a display, with the first being zero?
Thanks,
Keith
Thanks,
Keith
0
Comments
FORMAT('%02d',nMyInteger)
- Chip