|
-
Jul 9th, 2001, 07:15 AM
#1
Thread Starter
New Member
Finding no.of variables used and counting the no.of lines
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
-
Jul 9th, 2001, 07:27 AM
#2
-= B u g S l a y e r =-
Think you will have to make a program that scan through your CLS,FRM,CTL and BAS files while counting it all
-
Jul 9th, 2001, 11:37 PM
#3
Thread Starter
New Member
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
-
Jul 10th, 2001, 03:59 AM
#4
Retired VBF Adm1nistrator
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.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|