Re: Code Insertion Syntax
"Represents text as a series of Unicode characters" is just describing what a String does (i.e. the arguments to MessageBox.Show)
Does this code compile, though? If it doesn't, what error message do you get?
Re: Code Insertion Syntax
There's no error in the image you've posted: the dark red text is just how Visual Studio represents string literals (anything between " and "). If there was a compiler error, you'd recognize it for sure, as (1) the code wouldn't compile, and then (2) a red wiggly line would appear beneath the problematic code.
But, I find it strange you didn't notice this before, if you used strings before?
Re: Code Insertion Syntax
Greetings and much thanks for your support. I write as a compete novice half way through the first chapter of a C# book. Would F5 harm this project if submitted prematurely?
Re: Code Insertion Syntax
Quote:
Originally Posted by
philpense
Would F5 harm this project if submitted prematurely?
If by 'F5' you mean start debugging, then no, it won't harm your project.