in reply to a not so complex if statment

Hi,

If you'll use the $max and $min for presentation later you could initialize it with my $min = '';

So that you can still use it for comparisions because when converting into numeric will be 0 and at the same time you don't need to put "if defined" when you print it out, o use the ternary operator to print an alternative empty char, example:   if we're talking about a html output...

Regards,

:-)