|
|
Q1600 How do I use the inch sign (") in a string?
irt.org | Knowledge Base | JavaScript | Text | Q1600 [ previous next ] Q1600 How do I use the inch sign (") in a string?You either need to use single quotes around the string:
Or you need to escaoe the double quote with a back slash:
|
-- div -->
|