jremington:
It is a bad idea to use Strings on Arduino. They cause memory problems and program crashes.Use C-strings (character arrays) instead.
ok, Thank you, i was thinking in made a char null- termined with inside all the numbers that i will ask from the kaypad and then convert number it with atof() function into a float point value. do youi think its a good idea ?