error message: expected ',' or ';' before numeric constant
Posted: Wed Jun 08, 2016 7:23 am
I'm trying to compile (Arduino IDE) a web page for text input to a LCD screen connected via I2C with an ESP8266-1.
(line numbers only for clarification)
I get error message on line 4: expected ',' or ';' before numeric constant
What am I doing wrong on line 4 ?
1. String form =
2. "<center>"
3. "<h1>LCD input screen</h1>"
4. "<textarea rows="4" cols="20" name="lcd" form="mylcdform">" <--------
5. "</textarea>"
6. "</center>"
7. "<center>"
8 "<form action="msg" id="mylcdform">"
9. "<input type="submit">"
10. "</form>"
11. "</center>";
(line numbers only for clarification)
I get error message on line 4: expected ',' or ';' before numeric constant
What am I doing wrong on line 4 ?
1. String form =
2. "<center>"
3. "<h1>LCD input screen</h1>"
4. "<textarea rows="4" cols="20" name="lcd" form="mylcdform">" <--------
5. "</textarea>"
6. "</center>"
7. "<center>"
8 "<form action="msg" id="mylcdform">"
9. "<input type="submit">"
10. "</form>"
11. "</center>";