|
Re: Encountered end of line while processing a string token @" and "@ and really cool in that everything between its treated
totally as literal. regardless of how many " ' ` or any other special
character... but its quite pedantic in that @" and "@ have to EACH BE
ON THEIR OWN LINE WITH NOTHING ELSE, or it will error out.... so with
that being the case
@"
hello
"@
will work, while the following 3 will not work
@"hello"@
@"hello
"@
@"
hello"@
so Marco, what company do you work for?
Karl |