[fpc-devel] Format currency glitch introduced in 2.0.1

Tony Maro tony at maro.net
Sat Jul 23 03:09:09 CEST 2005


Here's one for you.  Previously I was actually using the currency 
variable type.  It appears to not be functioning properly anymore...

var
  MyCurrency: Currency;
begin
  MyCurrency := 213;
  Writeln(Format('%n',[MyCurrency]));
end;

Results in:

TApplication.HandleException Invalid argument index in format ""

Should I put this in the bugtracker, or is it just me?

Thanks,
-Tony Maro




More information about the fpc-devel mailing list