Christopher J. Crane wrote:
To the original problem, it all hinges on me changing the format of
$Balance. If I remove the line  " $Balance =
number_format($SummaryField["Balance"],2,'.',','); "
and replace it with " $Balance = $SummaryField["Balance"]; " it works fine.

Well, duh! If you add periods and commas it will make it a text variable and will no longer equate to 10000. You need to format it after the comparisons.


--
Stuart

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to