I pasted a code in and I got an error so I undid it and I got 267 Inconsistent Indentations. Any reason why this would happen? There's nothing wrong with the code ._.
ID:270889
![]() Oct 19 2006, 9:27 am
|
|
Actually there is something wrong: You pasted it in. There's nothing bad about pasting code, but you always have to check to see if it uses the same indentation scheme you do. It might be indented too far or not far enough, or it might be using spaces instead of tabs or vice-versa. Its indentation should match what's in your project.
Hit Ctrl+T in Dream Maker to see the space and tab characters, and you'll know what needs fixing in the pasted code.
Lummox JR