❔ Incurable ERROR ???
I am trying to Post a database strings and ints to a webpage using C# I keep getting
The line that triggers this is
And it points to this static string Line 52
Now when i fix the Line 52 With {{}} Line 40 does the same but when there both fixed i get nothing on the page its blank
9 Replies
This is What it wants i guess
the issue (I assume) is the fact you have unescaped
{}
in your code
Also please god use raw strings literals Yes so i correct it with the following but then the it doesnt work nothing happens
@🌈 Thinker 🌈 Raw Strings??? all code is lit in errors
what's your language version
11
oh wait
put the ending
"""
on its own lineNope same but i figured it out I put it all in one line with out the "code" + next line etc and it worked.
so its string webpage = "Webpagecode"; webpage showed and worked.
That makes no sense at all now its all working as i hit enter to put them in seperate lines. with " + and it still works
Oh shit i am on version 10 not 11 fixed. thanks @🌈 Thinker 🌈
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.