var=now() causign really weird error

  • Thread starter Thread starter jodleren
  • Start date Start date
J

jodleren

Hi all

I have this file, where I set the timeout (my own), but that line
causes an error and the script does not work

in line 58 I have:

tTimeOut=now()
optional: tTimeOut=now()+0.002 ' 3 minutes

But this causes this error:

Microsoft VBScript runtime error '800a0009'

Subscript out of range: 'LBound'

/whatever.asp, line 319

There is an LBound in line 319, but I cannot see how that can affect
line 58 - but disabling line 58 using ' and it workd
Is my brian simply overloaded on a friday evening or what?

WBR
Sonnich
 
Back
Top