> I need to convert the imei to hex but tasker is not able to convert such a long number (variable convert), it >fails. Do you have a hint or a workaround for this problem?
I don't know how long an IMEI is, but I changed the code for the next
update so it uses longs instead of ints (which allows twice as long).
It should really accept arbitrary lengths, but longs probably cover
most cases.
Pent