From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: float point assignment error It's easy to describe: echo odbc_result($ref, "column"); $a = (double) odbc_result($ref, "column"); echo " / " . $a; output: 55.25 / 55 If I'm assigned result from odbc_result to some variable, it's ALWAYS convertet from DOUBLE to INTEGER. -- Edit bug report at: http://bugs.php.net/?id=12423&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]