KISS - Keep It Simple Stupid. That is a principle that I work by and teach all my junior-level programmers. If you write your code to the simplest form, it will work better. Most of your problems seem to be the complexity at which you are making the project. Go back to the simple stuff to get it to work.
...Glenn On Fri, Nov 7, 2008 at 1:54 PM, Gotrek65 <[EMAIL PROTECTED]> wrote: > > It may not be ncessary but all i'm trying to do right now is get the > code to work properly. That involes me doing slight changes and > sometimes radical changes. >
