Custom Query (3917 matches)
Results (322 - 324 of 3917)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1723 | Rejected | Array incorrect number of subscripts | ||
| Description |
Hiho Devs, I have a feature request regarding the infamous / feared / well known "AutoIt Error: Line xxx, Error: Array variable has incorrect number of subscripts or subscript dimension range exceeded." Would it be possible to add not only the Line number (which is esp. in large scripts quite hard to track because of comments etc.) but also the failing script line itself below the custom error message for Info? That would make it much easier to debug Regards |
|||
| #2559 | Rejected | Array incorrect number of subscripts | ||
| Description |
I have a feature request regarding the infamous / feared / well known "AutoIt Error: Line xxx, Error: Array variable has incorrect number of subscripts or subscript dimension range exceeded." Would it be possible to add not only the Line number (which is esp. in large scripts quite hard to track because of comments etc.) but also the failing script line itself below the custom error message for Info? That would make it much easier to debug. Regards |
|||
| #3570 | Duplicate | Array index statements are called twice when used in a assignment | ||
| Description |
When values assigned to an array element, the index statement seems to be evaluated twice. If only the array value is used in another statement this behavior does not seem to be occurring. Example: Global $aArr[12] $aArr[MsgBox(0, "", "appear twice")] = "Test" $x = $aArr[MsgBox(0, "", "appear once")] AutoIt v.3.3.8.1 and below haven't got this problem. With 3.3.10.2 (x86 and x64) and greater i can reproduce this behaviour. Versions between 3.3.8.1 and 3.3.10.2 were not tested. |
|||
