# uDispXVW() hash function
Valid for use with hash commands: HMI, HMI_Trace, and HMI_Log
Implemented on the following platforms: HMi430, Android, Windows
This is an old function. Print is newer and shinier. With formatting functions it can do what this one does, and a lot more.
This function will cause the 8-bit number in X to be output in unsigned decimal format in a variable width field. The formatting is identical to OBLCD_UDecDispXVW. This means the displayed number will occupy only the exact number of character spaces needed, i.e. one character for the number 6, two for numbers 10-99, and three for numbers 100-255.