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]> wrote:
>
>
> Dear All,
>
> how do we use round off functions in routines? please give me an
> example
>
> Thanks,
> Jothiraj
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to