function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
hisrinuhisrinu 

How to change double value to Integer value?

Hi,

    I want to change the double value to Integer Value.
    My field datatype is number(15,0) but it is returning a double value like 1234.0
    I want to show this value as 1234.
    Any help on this.

    Thanks in advance.
james2000james2000
Use the Double.intValue() method.


Message Edited by james2000 on 07-24-2008 08:05 AM