Hi
Hi I call DROUND function in following cases :
CRT "1.12344678901 => " : DROUND(1.12344678901,4)
CRT "1.12344678901 => " : DROUND(1.12344378901,4)
In first case incorrect value has displayed :
1.12344678901 => 1.1235 ->wrong value!!!
1.12344678901 => 1.1234
Do you have any solution to this problem?
W dniu wtorek, 7 kwietnia 2009 18:51:51 UTC+1 użytkownik abi napisał:
>
> Dear All,
>
> * SYNTAX* DROUND(Y.VAR,1)
> Y.VAR ---> any variable containing the value. 1 ---> No of digits after
> decimal
>
> Example:
>
> Y.VAR = 1.561
> Then DROUND(Y.VAR,1) = 1.6
> DROUND(Y.VAR.2) = 1.56
> DROUND(Y.VAR.3) = 1.561
>
> 'HOPE THIS EXAMPLE CLEARS U'
>
> Cheers,
> Abi.
>
>
>
> On 4/6/09, Jothi <[email protected] <javascript:>> wrote:
>>
>>
>> Dear All,
>>
>> how do we use round off functions in routines? please give me an
>> example
>>
>> Thanks,
>> Jothiraj
>>
>>
>>
--
--
IMPORTANT: T24/Globus posts are no longer accepted on this forum.
To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
---
You received this message because you are subscribed to the Google Groups
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.