View Single Post
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 04-28-2009 , 11:19   Re: Programming for starters
Reply With Quote #14

Quote:
Originally Posted by BOYSplayCS View Post
Good job, this tutorial is very well done.

I suggest also adding this exact text:

When creating new variables, if you are creating more than one you can always use commas instead of new lines.
PHP Code:
new colorcolor2color3 
This will not work if you START a new line.

Notice: I am not adding a comma on the last variable of the line. This is because it is the ending variable and no other variable after that is declared. Commas are only needed when creating new variables.
Ok but, in another part.
__________________
joaquimandrade is offline