Hello guys.
I have an int and I want to convert it into a string. Not just normal conversion of the type, but a string from an int16
In vb.net it is done like this :
Convert.ToString(integer, 16)
Say the integer is 999 I do not want it to be converted into 999 string but the output should be this ---> "3e7"
How can this be done in AutoIT ?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I found a way ! Please close the thread now
I have an int and I want to convert it into a string. Not just normal conversion of the type, but a string from an int16
In vb.net it is done like this :
Convert.ToString(integer, 16)
Say the integer is 999 I do not want it to be converted into 999 string but the output should be this ---> "3e7"
How can this be done in AutoIT ?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I found a way ! Please close the thread now