Re: HTML query
Re: HTML query
- Subject: Re: HTML query
- From: Arthur J Knapp <email@hidden>
- Date: Thu, 17 Jan 2002 14:00:10 -0500
>
Date: Thu, 17 Jan 2002 11:37:30 +0000
>
Subject: HTML query
>
From: Rob Stott <email@hidden>
>
I'm working on a script which will modify an HTML document but I'm having
>
problems with the following line, obviously because of the quotation
>
marks...
>
>
Set theHTML to "<IMG SRC="images/logo.gif" WIDTH="176" HEIGHT="50">"
\" = quote
\t = tab, (compiler forces to literal tab)
\r = return, (compiler forces to literal return)
\\ = single backslash, \
Note: The backslash is used only as a way to represent these
characters inside quotes, it is not a character in itself:
length of "She said, 'Hello'" --> 17
length of "She said, \"Hello\"" --> 17, not 19
{ Arthur J. Knapp, of <
http://www.STELLARViSIONs.com>
<
mailto:email@hidden>
try
<
http://members.bellatlantic.net/~bswaldie/>
on error number -128
end try
}