David
2006-10-17 19:50:57 UTC
I created a NUMERIC MAXCHARS 40 UNDERLINED text field for the GUI.
And I figured out how to get the text inside that text field inside the
Palm C Code.
I seem to only be able to extract it as a char sequence even though it
is NUMERIC.
How can i convert my char sequence into float?
static Char bar[80];
And how can i set it back to a char sequence to then apply it back to a
different text field?
The reason I want to do this is to do some math on the number, then
spit it back out in a different text field.
thanks,
David
And I figured out how to get the text inside that text field inside the
Palm C Code.
I seem to only be able to extract it as a char sequence even though it
is NUMERIC.
How can i convert my char sequence into float?
static Char bar[80];
And how can i set it back to a char sequence to then apply it back to a
different text field?
The reason I want to do this is to do some math on the number, then
spit it back out in a different text field.
thanks,
David