Subject | RE: [firebird-support] How to cast a float? |
---|---|
Author | Lee Jenkins |
Post date | 2004-09-13T00:27:59Z |
> > LeeThanks Alan. Serves me right for trying to answer someone's question when
> this will work were the float naturally finishes at 10 places for
> the float
> but you will get the error again when the sig places of the float
> extends to
> more than 10 places.. (earlier in fact)
> You'd best cast it as a numeric 8,3 first or use a UDF to return
> a two place
> decimal as a string.
> Alan
I'm a still a FB noob myself :)
Thanks again,
Lee