Subject | Re: how do you format currency in firebird |
---|---|
Author | dixonepperson |
Post date | 2003-08-25T15:35:54Z |
>two ways:
> Well, if you really need it, you can do it. I can think of these
>insert
> 1. Use some UDF
>
> 2. multiple value by 100, cast as integer, cast that as char,
> decimal point at 3rd place from the end of string. This would lookIf its ugly. . . well thanks but no thanks. I'm already doing it in
> "very" ugly, and still need some string UDFs, but it would work
Delphi with format('%10.2f', [RealNum]), I was just looking for
a "more streamlined way"
>I displaying the value in a StringGrid.
> I still don't understand what would you do with such string values?
>
dixon