Some code is better than no code I guess but what I am trying to say is that it's easy for us to forget how it was at first, I think that you have to allow people to figure out some stuff on thier own but posting a whole listing with no comments or description doesn't really help a lot, in fact it can be demoralising for the person learning and it shows poor programming practice on the part of the person posting the listing.
after all how hard is it to do stuff like this;
OPTION STATIC : ' FIXED SIZE ARRAYS.
OPTION EXPLICIT : ' ALL VARIABLES MUST BE DEFINED.
Through your program so that people can see the flow of it?
And as well as that, if you wanted to take up programming professionally, most companies will insist that you follow a set format for everything, even code indentation! I'm not advocating anything as anal as that, just if someone asks for help, it doesn't help to give them a listing on it's own, it should be explained.
If you find it hard to comment your listings, it's something you should practice doing. Trust me, it will make your code much more portable so you'll benefit too.
This can apply to most of us at some point I guess, so I will repeat, it's not a serious grumble, just a heads up to help the community as a whole.
Cheers
