Quote:
Originally Posted by contiga
(@ "-Playerlist")..... can be changed into just "-Playerlist".function();
|
I do not see the benefit.
(@ "-Playerlist").function() makes it entirely clear that you are working with the -Playerlist object.
"-Playerlist".function() makes it look like you are performing a function on the string itself, which could be confusing to some people, especially if they have used other scripting languages where that syntax would mean you are always performing functions on the string.