Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

Strange behavior (maybe bug) format currency 10 years 4 months ago #4905

  • Abdellah Al'Arief
  • Abdellah Al'Arief's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 1
hello Mr Sternas
i have compared function FormatCurr between delphi 2010, lazarus v 1.0.10, and Code Typhon v4.40 .
CT produce strange result.
in code
ShowMessage(FormatCurr('#,##.##', 1600400300)); //with indonesian thousand separator setting
delphi have a result 1.600.400.300 (the result is true)
lazarus have a result 1.600.400.300 (the result is true)
code typhon have a result 1600.400.300 (the result is false, missing thousand separator in 1600)

is behavior have fixed in CT 4.60? If yes i will download it as soon as possible. thanks.
altaifa.com

Please Log in or Create an account to join the conversation.

Last edit: by Abdellah Al'Arief.
  • Page:
  • 1