Function to convert
Started by Edwin Quijadaover 22 years ago3 messagesgeneral
There is a funciton to convert numbers into string?>?
str:=string(3234);
??
_________________________________________________________________
Las mejores tiendas, los precios mas bajos, entregas en todo el mundo,
YupiMSN Compras: www.yupimsn.com/compras
Re: Function to convert
On Thu, Sep 11, 2003 at 22:53:35 +0000,
Edwin Quijada <listas_quijada@hotmail.com> wrote:
There is a funciton to convert numbers into string?>?
str:=string(3234);
??
to_char will convert numbers to strings in a number of different ways.
Depending on what you need, you might be able to just cast the number
to a string type.