ASP Programming Question:
How do you initiate a string without escaping each backslash?
Answer:
Put an @ sign in front of the double-quoted string.
Previous Question | Next Question |
How big is the char? | What are valid signatures for the Main function? |