[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: negative zero
unless I misunderstand the question, you could do this:
let #result_num = abs(#result_num)
B
The Programmer formerly known as Bob
Mediware Information Systems Inc.
(913) 307-1045
Bob.Helm@Mediware.com <mailto:Bob.Helm@Mediware.com>
-----Original Message-----
From: Sarah Moore [mailto:smoore@NWTC.TEC.WI.US]
Sent: Monday, October 15, 2001 10:10 AM
To: SQR-USERS@list.iex.net
Subject: negative zero
Is there a quick and easy way to change -0.00 to 0.00 (result field from
add) ? I'm having trouble identifying the -0.0 value within the field to
change it to a positive...