|
-
Jan 29th, 2002, 01:07 AM
#1
Thread Starter
Lively Member
double quot????
i need to write double quot in the response.write
How do i do that????
-
Jan 29th, 2002, 01:27 AM
#2
Hyperactive Member
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.
-
Jan 29th, 2002, 01:34 AM
#3
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|