M
Mick Walker
Hi All,
I have seen the '@' character used with strings on several occasions.
Comming from a vb background I am not sure what this actually does.
i.e:
string strScript = @'alert(document.forms[0]['Textbox1'].value);";
What is the purpose of the '@' character in this line, because as far as
I can tell it works fine with or without it?
I have seen the '@' character used with strings on several occasions.
Comming from a vb background I am not sure what this actually does.
i.e:
string strScript = @'alert(document.forms[0]['Textbox1'].value);";
What is the purpose of the '@' character in this line, because as far as
I can tell it works fine with or without it?
