Preview of Lesson 8

The Partridge Family were neither partridges nor a family. Discuss.
User avatar
codinitup
Posts: 112
Joined: June 27th, 2012, 7:43 am

Re: Preview of Lesson 8

Post by codinitup » December 4th, 2012, 5:24 am

There's a few things wrong with that post:
1. Read the thread on the forum thread that says READ THIS FIRST!!!
2. You are redeclaring something outside of its class.
To be more specific, you put a semicolon at the end and it looks like you didn't put curly braces after the function. It's hard to tell an error by just looking at a piece of the code, even as simple as the fix may be. From what I can see that seems to be about it though.
MOOOOOO

drBUD
Posts: 5
Joined: December 3rd, 2012, 9:02 pm

Re: Preview of Lesson 8

Post by drBUD » December 4th, 2012, 5:29 pm

codinitup wrote:There's a few things wrong with that post:
1. Read the thread on the forum thread that says READ THIS FIRST!!!
2. You are redeclaring something outside of its class.
To be more specific, you put a semicolon at the end and it looks like you didn't put curly braces after the function. It's hard to tell an error by just looking at a piece of the code, even as simple as the fix may be. From what I can see that seems to be about it though.
F*** F*** F*** F*** man, don't worry it was the semicolon.
i can't believe i didn't notice it.
thank you SO much, i feel like a twat now XD

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Preview of Lesson 8

Post by chili » December 9th, 2012, 9:36 am

Don't worry about it dude, it a common enough mistake. However, you should mind what codin says.

#1 Always post your solution because it can make life easier for those kind enough to try and help you.

#2 Don't ask for help in an unrelated or tangentially related post. You can add on to another post if it concerns someone asking for help with something very similar to your problem, but generally you should be making a new post altogether.
Chili

Post Reply