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

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to