Well it would be, but DB doesn't want to compare the saved score with the new. ie:
NewScore = 20
If NewScore > ScoreTable(10) `ScoreTable(10) being equal to 0
^In the above DB determines that NewScore [which = 20] is NOT bigger than ScoreTable(10) [which = 0]
So I tried:
If NewScore < ScoreTable(10) `ScoreTable(10) being equal to 0
This time DB determines that NewScore is NOT smaller either. Yes I tried = as well. DB thinks it not equal. If it's not bigger, smaller or equal, what is it?
I don't expect any help really. Just wanted to express some frustration.
http://www.geocities.com/jux_of_my_newt/