Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File filtering program?

Status
Not open for further replies.

deedivs

Instructor
Jun 23, 2004
8
GB
Hi,
I was wondering is anyone nows of a program using which i can count the number of functions/modules etc in a .vb file. Could anyone gimme any info on this please?
 
Well, they are just text files, so you could just write a text file parser to get the info. Or you could use VBCommenter to build XML comment files and parse those.

-Rick

----------------------
[banghead]If you're about to post an ASP.Net question,
please don't do it in the VB.Net forum[banghead]

[monkey] I believe in killer coding ninja monkeys.[monkey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top