Subject Bugfix TIB_Currency.FormatCurrentText()
Author Andeas Hesse
Hello Jason,

here is a bugfix for bug in IBO 5 (4.9 too) for everyone that is not
using a 'dot' as decimal separator.

Please change the line 2358 from
x := Pos(ds,DF);
to
x := Pos('.', DF);

Thank you,
Andreas