I'm getting this error:
if I get rid of a variable completely in my script, it seems to decrement by one.
I don't have any integer variables, they are all strings, so I'm wondering what number or variable is overflowing here.
Is there a control for the scripts?
(BTW, the script is a pretty darn complex, large script, with many asp pages linked together using #includes, and the line 519 is actually past many thousand lines processed prior to it.)
Any ideas anyone?
Microsoft VBScript runtime error '800a0006'
Overflow: '[number: 32771]'
/default.asp, line 519
if I get rid of a variable completely in my script, it seems to decrement by one.
I don't have any integer variables, they are all strings, so I'm wondering what number or variable is overflowing here.
Is there a control for the scripts?
(BTW, the script is a pretty darn complex, large script, with many asp pages linked together using #includes, and the line 519 is actually past many thousand lines processed prior to it.)
Any ideas anyone?