View Single Post
  #8  
Old 12-09-2005, 09:46 PM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Quote:
Originally Posted by ApothiX
Perhaps NL is good, but 'this.text = "Blah " @ variable' looks better than 'this.text = "Blah" SPC variable', IMO.
The more applicaple usage of SPC is;
this.text = variable SPC variable2;
Which is many times more appropriate than;
this.text = variable @ " " @ variable2;

Thank you for your time!
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial

Last edited by Dach; 12-09-2005 at 09:48 PM.. Reason: SHUTUP
Reply With Quote