View Single Post
  #6  
Old 12-08-2005, 07:20 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Skyld
I am not sure about you, but I would rather do the following:
PHP Code:
this.text "Some text" NL
            
"Some more text" NL
            
"Yet another line"
... rather than:
PHP Code:
this.text "Some text\n" @
            
"Some more text\n" @
            
"Yet another line\n"
Perhaps NL is good, but 'this.text = "Blah " @ variable' looks better than 'this.text = "Blah" SPC variable', IMO.

Quote:
Originally Posted by Skyld
Your need for competition is bewildering.
Stop spoiling my moments of glory.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote