Results 1 to 3 of 3

Thread: double quot????

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Location
    mauritius
    Posts
    75

    Question double quot????

    i need to write double quot in the response.write
    How do i do that????

  2. #2
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    India
    Posts
    276
    Say:
    response.write """"

    i.e., jus like "Hi" would print Hi, here Hi is replaced with 2 double quotes. If u need to print an escape character, u need to put it behind a double quote. But a double quote itself is an escape character. So we print it by putting it behind double quote itself.

    - Jemima.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Location
    mauritius
    Posts
    75

    Talking

    thnx a lot it works

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width