Re: CurrtoStrF


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]

Posted by WAllison on June 27, 2002 at 18:38:18:

In Reply to: CurrtoStrF posted by Gary Hebb on June 26, 2002 at 03:42:01:

: What are the correct parameters for using CurrtoStrF?

: Can't find what wiil make it work anywhere.

//CurrToStrF(Value, FloatFormat, digits);

var
value: Currency;
CurrencyString: string;

value := 12.50
CurrencyString := CurrToStrF(Value, ffCurrency, 2);


Related Articles and Replies:


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]