[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Decimal Problem



Hi All,

I am converting a number to a string.  I do not want the decimal to be
in this string.  Here is the code that I tried:

Let $Annual_Pledge = edit(#Annual_Pledge,  '999999999')

I am not sure if it is possible to use an edit function on a number.
Anyway, my result looks like this 000045.98 and I am looking for this
000004598.

Any suggestions?

Thanks!