I have been searching for a way to insert linebreaks in my code for when I view my source. I am not looking for <br />
Something like the PHP equiv to \n
Any ideas on how to do this in ASP? I will be placing this inside a string.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no way to do it inside a string. You will have to append vbCrLf like so:
If you want to include it in the string, you could do a replace after like so: