Forum Discussion
Greetings...
You mean as an option of what ? it's a bit unclear...
The new varaible created within the scope of the for loop won't show up on completion code as an available local variable. Only the variable that was created at the beginning the fuction will show up on code completion as an availabe variable.
*By code completion I mean the pop up box you get when pressed "CTLR+Space Bar" that shows all the objects & variables available within the scope of the function you are currently in*
- rrivest10 years agoContributor
ok... Variables have to be declared at the begining in order to be visible in CodeCompletion.
Also... be carefull of lowerUpper if you have that condition checked in the project properties..
- earriaga10 years agoOccasional Contributor
The reason I asked is because in C# any varibale initiated within the for loop will only exists within the for loop. Also, what do you mean with be careful about lowerUpper? I don't see that anywhere in the project properties as an option.
- rrivest10 years agoContributor