Run time error

Hello,

I made a program but I have a run time error.

array index out of bounds (address 04: e25d)

Can any one tell me what this mean, and how I can solve that problem?

I am using a Rabbit RCM4300 with SD flashcard.

Regards,
Willem-Jan

please explain the part of your program specifically.

The run time error means itself.
either you are assigning your array out of its range or if you are using a loop it is going out of its bounds.