Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lines of Code limit in VB6

Tags:

vb6

We have a legacy VB6 application that is very procedural. This thing is gigantic!

My boss thinks that there is a 65000 lines of code limit in the editor of VB6 however, I could not find any reference to that.

Does anyone know if there is in fact a limit to the lines of code in the VB6 editor?

like image 934
webdad3 Avatar asked Aug 05 '11 16:08

webdad3


1 Answers

I guess he is referring to this:

Code Limitations

The amount of code that can be loaded into a form, class, or standard module is limited to 65,534 lines.

More limitations if you follow the link.

like image 68
Jacob Avatar answered Oct 04 '22 02:10

Jacob