would it be possible to show which array has thrown up the error rather than just the following being shown in debug window
bounds: [ 0]
access: [ 0]
bounds: [ 0]
access: [ 0]
If you have a line with several different arrays being accessed it would save a lot of time if it showed the array name that is causing the problem
Gary
The runtime doe snot know the names. If it would, there would be a memory overhead ... HM....
ok, thanks for the quick reply, shame though, will just have to make sure everything is spot on first time then :)