Hi,

I think MCA was refering to this post?:

http://81.17.37.55/board/ultimatebb.php?ubb=get_topic;f=2;t=002997

btw, the latest version of KiXtart (4.10) can handle bigger numbers as long as you define them as a floating point integer.
code:
$val1=21474836470000.
$val2=3.


$test=$val1/$val2


? $test

$test=7158278823333.33
_________________________
The Code is out there