Trouble conting.. script out of range
- From: Eric <nomail@xxxxxxxxxx>
- Date: Tue, 06 Jun 2006 15:29:32 -0400
I'm not sure why, but it seems pretty random. I am getting script out of
range here and there. Here is the part im having trouble with now.
Const ARY_ROWS = 2
Const CDC_FIELD= 0
Dim iRow
For iRow = 0 to Ubound(aryImf,ARY_ROWS)
echo iRow
If aryImf(iRow,CDC_FIELD) = strField Then
My output looks like this: (and I don't know why 0 shows 3 times before
the 1).
0001
Microsoft VBScript runtime error '800a0009'
Subscript out of range: 'iRow'
.
- Follow-Ups:
- Re: Trouble conting.. script out of range
- From: Bob Barrows [MVP]
- Wait no, it's a problem with Exit Function
- From: Eric
- Re: Trouble conting.. script out of range
- Prev by Date: input type = "File" in an HTA
- Next by Date: Wait no, it's a problem with Exit Function
- Previous by thread: input type = "File" in an HTA
- Next by thread: Wait no, it's a problem with Exit Function
- Index(es):
Relevant Pages
|