27.03.2014, 03:43
Quote:
I realize this reply comes a bit late, but nevertheless: HexToInt is completely useless here. Hexadecimal numbers are, in fact, integers! The only time you'd use this function (or sscanf's equivalent "x" specifier) is when you'd need to convert a string representation from an input source, such as a command parameter or dialog inputtext.
|