View Single Post
Old 11-15-2006   #3 (permalink)
klumsy@gmail.com


 
 

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

My System SpecsSystem Spec