Advertisement
Guest User

Andre Laszlo

a guest
Jun 26th, 2008
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.26 KB | None | 0 0
  1. <%
  2. ' Example of the pastebin syntax highlighting bug with ASP
  3.  
  4. Dim foo
  5. foo = "ASP uses double quotes like this: "" for escaping so this: \"" will work"
  6.  
  7. ' Will echo:
  8. ' ASP uses double quotes like this: " for escaping so this: \" will work
  9. Response.Write(foo)
  10. %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement