Convert to string ?

05/23/2012 05:10 hoocrax#1
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
05/23/2012 07:28 Lawliet#2
#closed (on request)