Although the float() conversion claims that it can convert any type to float, it won't except Srting object.
Ok I can understand that, so I converted the String to a char[] type. But the float conversion still doesn't work.
(I tried *char instead of char after i got an error message telling me there is a cast incompatibility)
Bij pointing at the char I only get the firts character (5 while i should get 52 )
Can somebody help me with converting String objects into floats ?