Format function from System.SysUtils throw an error when dealing with double value

Hi Bruno,

We got an error when using format function from System.SysUtils, here is what we did:

showmessage(Format('XXX (%d)',[35.12]));

It is good when dealing with an integer but if we put a double value say 35.12, it will put an error, saying Invalid argument index in format: "XXX (%d)" | fMessage::Invalid argument index in format: "XXX (%d)" fHelpContext::0

Any tips would help,

Thanks,

We have fixed this, please ignore above issue! thanks for your time again!

Thanks,

Thanks for informing.