V
Vanitha
Hi All,
Is there anything wrong with this syntax..I am generating javascript
code from "C" language.
unsigned char Buf="Test";
printf("alert(\"%s\");\n\n",Buf);
I am getting error "Unterminated string literal in the javascript
console
alert("Test
but i have terminated this string in my "c" code..?
Thanks
Is there anything wrong with this syntax..I am generating javascript
code from "C" language.
unsigned char Buf="Test";
printf("alert(\"%s\");\n\n",Buf);
I am getting error "Unterminated string literal in the javascript
console
alert("Test
but i have terminated this string in my "c" code..?
Thanks