Arhowk
12-04-2016, 21:02
If I have this code
wpilib.DriverStation.reportError("error1", false)
wpilib.DriverStation.reportError("error2", false)
It shows up as
error1error2
Jow do i get it to show up as
error1
error2
I tried things along the lines of \n, \r\n but it still was no help
wpilib.DriverStation.reportError("error1", false)
wpilib.DriverStation.reportError("error2", false)
It shows up as
error1error2
Jow do i get it to show up as
error1
error2
I tried things along the lines of \n, \r\n but it still was no help