FtcRobotController
FtcRobotController copied to clipboard
New Variables Declared Locally to Functions
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.