|
|
|
|
Also,, is not won't a default in this switch structure because in my program there won't be a case where the user enters something else... |
Once again the error is on line 106 for those who qrent aware :) |
That's impossible to verify from the code you supplied. |
|
|
|
|
Line 106 is where the error is manifest. It is not necessarily where the error is. What could cause an invalid subscript error on that line? Probably a value assigned to (or not assigned to) convert_alph_tonumber prior to that line, and that is where you should be looking. It's |
|
|