[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: HOW DO edit 300.0000 to 300.00 ?
- Subject: Re: HOW DO edit 300.0000 to 300.00 ?
- From: "Bergeron, Marc, Herndon" <BergeronM@ALPA.ORG>
- Date: Wed, 24 Mar 1999 13:29:37 -0500
print(,,) edit b999.99
-----Original Message-----
From: Dominick LoGiudice [mailto:dlogiudice@PINE.VPCC.SUNYSB.EDU]
Sent: Wednesday, March 24, 1999 3:59 PM
To: Multiple recipients of list SQR-USERS
Subject: HOW DO edit 300.0000 to 300.00 ?
I have a variable #thisamt
LET #thisamt = &a.amt1 + &a.amt2
I move #thisamt to $rpt_amt_out .
When I print $rpt_amt_out I see 300.0000
I want this to be 300.00
How do I edit it like this ?