Charles,
I went through and cleaned up the code to the way I like it so I could use it. There are a few places where I made slight changes, mainly in functions/methods where you had it like:
funcName
(
...
list of parameters
... )
I made them;
funcName( ...
list of parameters
... )
Anyways this code won't run, so make sure you save it in another folder somewhere.
My guess is the ()
I noticed in most cases you can get by without them, but then in others you must use them.
I can imagine how hard that must be to parse that stuff. But it would be nice to have it standardized, either use them all the time or all the time to eliminate confusion.
[attachment deleted by admin]