View Single Post
Unread 19 May 2005, 18:04   #1
Howie17
Registered User
 
Join Date: Apr 2005
Posts: 5
Howie17 is an unknown quantity at this point
VB 6 -Skipping lines of code...

Ok so I've been working on this program for quite awhile and recently i've received this error saying "Procedure Is To Long" or something along those lines.. anyway i fixed that by creating a function and then calling that function from the procedure therefore splitting the code into two.. well now, the program runs gets to the function runs through a bit of the code and then skips the rest and goes back to the procedure that called it.

I've checked and double checked to make sure i didn't overlook an "Exit Sub" or something that would tell the program to skip the lines that it is, my only guess is that splitting the code into two chunks and calling the second chunk through a function will apparently not fix the "Procedure is to long" problem. Has anyone ever run into this before? Any guidence would be great.
Howie17 is offline   Reply With Quote