Forum Discussion

julie_mcmanus's avatar
julie_mcmanus
Occasional Contributor
12 years ago
Solved

Converting data types

I'm trying to convert an integer to a hex string in Jscript. Say my value is newdata =  -100000, using the code:  var hexString = newdata.toString(16); it returns the value -186A0 ...