i have a program that has 25 listboxs indexed, 1 thru 25. However I can't seem to change the list index for each listbox while loading settings.

Example

Code:
lstTask(bla).ListIndex = sGetINI(App.Path & "\MYAPP.INI", txtEmail, "LstTask", "0")
What am I doing wrong, when code is ran, the lsttask.list is cleared