Stephenlyn
Programmer
Hi All
I have setup a football tipping ASP site and one of my pages has a ladder of the teams and their current position. I am sorting the ladder by points based on a win/loss/draw scoring system. I then sort them again based on a percentage of points scored for and against. (Is there a question in here somewhere) My question is if I try to do almost any computation with the points for & against I have no problems until I try "(For / Against)*100", this gives me an overflow error. What am I doing wrong?
I have wasted a few hours already on what I thought was a very simple exercise so any help would be appreciated.
Regards
Steve
I have setup a football tipping ASP site and one of my pages has a ladder of the teams and their current position. I am sorting the ladder by points based on a win/loss/draw scoring system. I then sort them again based on a percentage of points scored for and against. (Is there a question in here somewhere) My question is if I try to do almost any computation with the points for & against I have no problems until I try "(For / Against)*100", this gives me an overflow error. What am I doing wrong?
I have wasted a few hours already on what I thought was a very simple exercise so any help would be appreciated.
Regards
Steve