Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
_winver
#2
It is the same value, but 0x is in hexadecimal form. By default out shows decimal form. To out an integer number in hexadecimal form, use this:

out "0x%X" _winver

To compare, no conversion is required.

if(_winver=0x501)

is the same as

if(_winver=1281)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)