conversion from char to variable

How I can conversion from char to variable in the code of sending SMS
plz help me :sob:

Chars are variables. What do you mean? Look data types in Reference http://arduino.cc/en/Reference/HomePage

How about sprintf. http://www.cplusplus.com/reference/cstdio/sprintf/