From: John Gabriele Date: 2006-07-21T05:51:49+09:00 Subject: Re: "" vs '' On 7/20/06, Ben Johnson wrote: > I know this is a very simply question, but I've seen many different > responses. > > Isn't it better to use 'some string' instead of "some string". > Because the "" goes through a lot more working interpreting any > variable that might be in the string, etc. Where as '' is just literal. I usually use double quotes since my strings often have apostrophes in 'em. 'Tis better'n always escapin' 'em anyways. Maybe it's just me tho'. ---John