That is not true. If the item inside the quotes is a literal string,
as it is here, the compiled code is identical, and the execution time
is exactly the same.
Many people prefer to use " as their normal quotation marks, because
they're easier to see on the page, and use ' only when they want to
specifically
inhibit interpolation of a string like '$5.00'.
This message has been edited by Dominus on January 23, 2001 at 01:06 AM