25.02.2010, 19:08
you beat me to it blackfox
every entry must be seperated by a comma and the last one should be left blank
unlike an array ie
you dont need the final ;
every entry must be seperated by a comma and the last one should be left blank
unlike an array ie
Код:
new something[] = { 1,2,3,4,5 };