Reporter | Derek (derek_penguin@hotmail.com) |
---|---|
Created | Jan 21, 2012 7:56:34 PM |
Updated | Jan 21, 2012 7:56:34 PM |
Priority | Normal |
Type | Unspecified |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Changing the wording doesn't solve the problem.
I want to be notified of unused variables, but not in counted for loops. I'd say if the variable is defined as part of a for loop it shouldn't be flagged with this error.
I'm working with speech recognition and many of my commands involve doing things repeatedly in loops.
e.g. Delete(n) - press the delete key "n" times...
So I have a lot of:
For i as Integer = 1 to x
I want to be notified of unused variables, but not in counted for loops. I'd say if the variable is defined as part of a for loop it shouldn't be flagged with this error.
I'm working with speech recognition and many of my commands involve doing things repeatedly in loops.
e.g. Delete(n) - press the delete key "n" times...
So I have a lot of:
For i as Integer = 1 to x