Usually means you're referencing an element of an array which doesn't exist. For instance if you have an array with two items in, at indexes 0 and 1, and reference myArray(2) it'll throw that exception. In this case you're referencing array index 35 which doesn't exist. Dan
________________________________ From: Erwin Rommel Felix 2000A [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 10:43 To: [email protected] Subject: [AspClassicAnyQuestionIsOk] Subscript out of range Microsoft VBScript runtime error '800a0009' Subscript out of range: '35' FinalList.asp, line 43 What's this error and how to remedy? Thanks. ===== Erwin Rommel Y. Felix Tel. 8410111 loc. 11430 Mobile 09185980706 "Never outshine the Master Chicker" __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 ________________________________ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] subscribe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
