Quote:
Originally Posted by Fuck For Fun
 sorry I edited my response
|
That didn't really help.
You simply need to check the value of anything that is used to index an array on that line. There are three (3) instances of this in that line:
- item
- g_iSelectedDays[item]
- m_DayName
You need to get the value of these three things when the error occurs (or just always log the values every time the function executes).
There is nothing more we can do to help you without the full code (and that might not even help) and these values listed above.
__________________