I'm trying to create a flowcode c block which contains the following code:
PORTA = 0x00;
I get the error "left operand should be an l-value".
Any idea what I'm doing wrong ?
What's an l-value
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: What's an l-value
BoostC Compiler
porta = 0x00;
Hitech Compiler
PORTA = 0x00;
porta = 0x00;
Hitech Compiler
PORTA = 0x00;
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel