[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Decimal Problem
- Subject: Decimal Problem
- From: Jason Rupp <jrupp@TECHNEGLAS.COM>
- Date: Tue, 2 Apr 2002 09:34:39 -0500
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!