Well........my question is this.........how will you count the no.of lines of a VB program using VB itself...and also how will you find the no.of variables used in a VB program
regards
R.Subramanian
Printable View
Well........my question is this.........how will you count the no.of lines of a VB program using VB itself...and also how will you find the no.of variables used in a VB program
regards
R.Subramanian
Think you will have to make a program that scan through your CLS,FRM,CTL and BAS files while counting it all :)
hi,
actually i am looking for a code which will count the no.of lines in the code section of the form and which will also count the no.of variables used... How can we achieve this using VB code
Regards
R.Subramanian
Well as peet said you would just write another application that opens your source code for the other app, and then goes throught the source files and counts variables/lines etc.