Even more interesting is that if I run a piece of code:

 Code:
$A = 4400.00
$B = 11000.00
$C = ($A / $B)


I do actually get a result that includes a decimal point and remainder! Not sure what the manual is talking about.

Still have the difficulty of not being able to convert a string to a number that's not an integer.


Edited by kelp7 (2015-12-14 04:44 PM)