Hi
I have a fairly large algorithm (about 700 lines) and have some strange problems. Namely: the regular compare operation does not work... that is "if n > hits then ..." does not execute even do n > hits.
I have done checks by doing a response.write belov the if statement and it prints n = 126 hits = 125...
I guess there could be some other error in the code that makes asp go wild but i dont get any other error..
I have a fairly large algorithm (about 700 lines) and have some strange problems. Namely: the regular compare operation does not work... that is "if n > hits then ..." does not execute even do n > hits.
I have done checks by doing a response.write belov the if statement and it prints n = 126 hits = 125...
I guess there could be some other error in the code that makes asp go wild but i dont get any other error..