Program line counter - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3) +---- Forum: Utilities (https://staging.qb64phoenix.com/forumdisplay.php?fid=8) +---- Thread: Program line counter (/showthread.php?tid=1500) |
Program line counter - johannhowitzer - 02-25-2023 Very simply, this little program will count the lines in your code and output the results to a file. You specify the code file and output file, then it scans and counts. It ignores whitespace and comments, and gives a line count for each sub and function, as well as a total for the whole program. Not terribly useful, but gives more exact and detailed info than just copypasting your code into something like pastebin. Code: (Select All) $noprefix |