Computer Science Canada Indenting |
Author: | DarkHelmet [ Tue Jan 14, 2003 10:19 pm ] |
Post subject: | Indenting |
I'm trying to write a monopoly program. The problem is that the program has become so big that Turing won't indent it anymore. I don't know how to fix this problem, without manually indenting each line. The program is just way too long to go through it and indent the whole thing. It would take a long time to do it. Does anyone know how to get around it? |
Author: | Tony [ Tue Jan 14, 2003 10:52 pm ] |
Post subject: | |
you got to break it up into "chunks" such as copy each procedure to a separate file and indent it there, then copy it back. Hopefully none of your procedures are long enough to cause that problem... otherwise that just sucks |
Author: | DarkHelmet [ Fri Jan 17, 2003 4:32 pm ] |
Post subject: | |
ok. i was hoping it wouldn't come to that, but oh well. thanks for your help. |