10-22-2007, 11:14 PM
|
#3 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
Yea, I do agree that it makes sense to use double quotes with new lines. However, I do it like so for new lines because of the way I was brought up with PHP:
PHP Code:
$szFoo = 'My text' . "\r\n";
It's just drilled in my head to use single quotes for text, that's all!
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|