Re: CurrtoStrF


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

Posted by WAllison on June 27, 2002 at 18:40:42:

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.

var
 cvalue: currency;
 currencystring: string; 
begin
  cvalue := 12.50;
  currencystring := CurrToStrF(cValue, ffCurrency, 2);
end; 
 

Related Articles and Replies:


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