Hi..
I am sending numbers from micro-controller as text and read it in my app as text, the question is...How to convert received numbers which is text to real number ..
for example:
send "12" and receive it as "12"...i want to convert it to 12 (number) which can be recognized by B4A as a number
thanks