>  FlpCompDouble   Saldo;
> Saldo.fd = FlpAToF( (char *) Factura.Total);
> /* I know that here Saldo.d will contain a number that I can use, but I do
> not know in which way
> to turn that number into a string*/

The reverse of the above is:


FlpCompFloat tempFloat;

tempFloat.f = Salda.d;
FlpFToA((char *) Factura.Total, tempFloat.ff);


There ya go.

Alan Ingleby



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to