On 25 Jun 2006 12:44:16 -0700, "nr" <newsreader@midsouth.rr.com>
wrote:
>I recently tried to run Regseeker and got this message:
> Indice de liste hors limites (0)
>
>I've used this many times in the past with no problems. Anyone know
>what this indicates and how to correct? Or a substitute cleaner that
>works great?
The List Index is greater than the number of items in the list. (The
first item is item 0 - the listbox is empty - it has no items.) This
error should be trapped by the author (or, actually, by the software
he wrote), so it's a bug - at very least a bug of a missing error
trap.
Correcting it most likely requires that an error trap be added and the
program be recompiled.