Projects › Projects › operator ‘==’ has no left operand › HiThe error is correctly
March 21, 2018 at 6:57 am
#14807
Participant
Hi
The error is correctly highlighted by the compiler. This is because if() statement requires a condition to work on and in your case it must be something which when equals to adcData should run the if statement. The error has occured beacuse in above code that something is missing. Perform a dry-run, you will be able to figure it out.