|
Re: Building Custom WPILib
The problem I am running into is the fact that String.replaceAll and String.Replace relies on regex, which WPILib doesn't have
__________________
Code:
while (life){
frcObsession = true;
obs.ProgramAndObsess();
}
if (!life) life = true;
|