I need help I am getting:
Microsoft VBScript runtime error '800a0009'
url:http://www.ureader.com/msg/16754779.aspx
I need help I am getting:
Microsoft VBScript runtime error '800a0009'
url:http://www.ureader.com/msg/16754779.aspx
It helps if you post the error description. Most
people don't memorize the numbers, and there's
no reason we should have to follow a webpage link
to get the description.
It also helps to post code. Nobody can offer
much help if they have no idea of what your
script looks like. Best is if you post the part
that's giving you trouble and note the line where
the error happens.
As your link explains, "subscript out of range"
usually means that you're trying to access an array
index that doesn't exist. "Subscript" is just an
excessively fancy way of saying "index". The typical
way that problem happens is by mixing up the
start point: Collections start with 1. A string's
length is measured starting at 1. But an array
begins at 0.
> I need help I am getting:
> Microsoft VBScript runtime error '800a0009'
>
> url:http://www.ureader.com/msg/16754779.aspx
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: VBScript runtime error: Variable is undefined: 'System' | Pegasus [MVP] | VB Script | 1 | 30 Mar 2009 |
| Microsoft VBScript runtime error: Object doesn't support this property or method: 'WScript.Sleep' | Mark Dougherty | VB Script | 8 | 19 Nov 2008 |
| Microsoft VBScript runtime error | MacMan0295 | VB Script | 5 | 09 Jun 2008 |
| Microsoft Visual C++ Runtime Library box with Runtime Error | Michael | Vista General | 3 | 24 Aug 2007 |
| Microsoft Visual C++ Runtime Library ...Runtime Error | kaya | Vista mail | 2 | 31 Jul 2007 |