I have to convert a number (0,..,9999) to a word. Can anyone help out with this?
Printable View
I have to convert a number (0,..,9999) to a word. Can anyone help out with this?
By number, do you mean 32 bit value ? a Word is usually 16 bit, so it's just the LSW part of the 32 bit you need to copy.
Thanksssssss.............