<HTML><FONT FACE=arial,helvetica><HTML><FONT SIZE=2 PTSIZE=10 FAMILY="SANSSERIF" FACE="Arial" LANG="0">You can use functions from the "string.c" lib. Here are some of the functions.<BR>
<BR>
double atof(*str); // returns double precision floating point from null terminated ASCII string.<BR>
int atoi(*str); // returns signed integer from null terminated ASCII string.<BR>
long atol(*str); // returns signed long from null terminated ASCII string.<BR>
<BR>
Fiz </FONT></HTML>