Try my new website: www.urcho.com - the new SIMPLE social network
blitz code snippets Sign up | 284 members | 114 snippets
Search for:

Username:
Password:


BB Code Formatter by Alaric

[back]
Author: Archive | Viewed: 655 times | Language: BlitzBasic 3D | Category: File Controls
Author Comments:
Lately Ive been realizing what a neccessity the abillity to read and get information from others source code can be. However, one of my biggest pet peeves is people that do not format their code like I do. Eventually I got tired of reformatting it into a readable format so I wrote this little program to do it for me :). It still has a couple of bugs around comments and the header declaration (global, dim, etc.) and setup (Graphics, apptitle, seedrnd, etc.) commands, but I plan on working those out soon. The code for the program is self-formatted and makes a good preview. I hope that it helps make someones life a little less boring! Note: The space at the end of the code (50 blank lines) is not a glitch. If you dont like it take it out, but I like to be able to scroll all the way past my code.
Login or create an account to comment on this snippet