01-21-2008, 05:14 PM
out "Your Version: 0x%X" _winver
Is there any way to assign this to a variable instead of outing it??
for example....this doesnt work but its what i need to do,
str VERsionID
VERsionID = "Your Version: 0x%X" _winver
then i can do what i need with the str for example put it into a message! but in hex form instead of just decimal form??
Is there any way to assign this to a variable instead of outing it??
for example....this doesnt work but its what i need to do,
str VERsionID
VERsionID = "Your Version: 0x%X" _winver
then i can do what i need with the str for example put it into a message! but in hex form instead of just decimal form??
