Hello,
RobotC has a an absolute value function, which is perfect because I don’t have to care if a sensor gets a positive or negative value, just get the ABS value and compare if it has moved the instructed distance, but I don’t seem to find a way of accomplinshing that on the graphical version.
How can I get abs(SensorValue) or abs(GetMotorEncoder) inside an if, while, or waituntil in the graphical version?