Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] Index outside bounds of the array

----------------------------------------------

ISSUES

1. [New issue] Index outside bounds of the array
http://ironpython.codeplex.com/workitem/35885
User varnonga has proposed the issue:

"I keep getting this script runtime error that says: Index Error: Index was 
outside the bounds of the array. I have had some success at fixing it, but do 
not understand why the thing I do works.

Basically, I take a copy of working code and copy it to the dysfunctional code. 
I them comment all the functional code out using the "#" symbol. Usually when I 
do this, it will work. I then delete the commented code out until it becomes 
dysfunctional.  I then add that commented code back in and verify it works.

Usually, I only get three or four extra lines of the commented code back into 
the original dysfunctional code (that is now functional). So what I do is 
retype the commented area to fit my design. 

It is like Python need to have that space taken up by something. Usually before 
I do all this, I check all my tabbing first and get rid of all the extra 
spacing on each line. Sometimes that helps if I have some weird spacing issue."
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to