FtcRobotController icon indicating copy to clipboard operation
FtcRobotController copied to clipboard

New Variables Declared Locally to Functions

Open derekrprice opened this issue 4 months ago • 2 comments

When I create a new variable and add it to my Initialize_Variables function, it is declared as local to the function instead of as a class variable. How do I fix this?

I started with a program from last year which appears to have its variables declared and initialized properly. It is only new variables that have this problem.

image

derekrprice avatar Oct 12 '24 13:10 derekrprice