I have done a program too large with a lot of things that are all usefulls and I cannot leave anything.
Now the compiler give me an 409 error: Sub/Function is too large
Sub/Function is too large - The number of lines of code Sub or Function is too long for the compiler to process. This can occur if the Sub or Function contains more than 12,000 lines of code. Break the Sub or Function down into two or more Subs or Functions.
Now I have attempt to move some code part in another Function but it don't operate. For example I have put a $INCLUDE in this second Function:
$INCLUDE"C:\PBCC\PRO\PAG\WDIPINC.BAS"
but it give me error.
How to use two or more Subs or Functions? Can you give me an example of their use?
Thanks
Now the compiler give me an 409 error: Sub/Function is too large
Sub/Function is too large - The number of lines of code Sub or Function is too long for the compiler to process. This can occur if the Sub or Function contains more than 12,000 lines of code. Break the Sub or Function down into two or more Subs or Functions.
Now I have attempt to move some code part in another Function but it don't operate. For example I have put a $INCLUDE in this second Function:
$INCLUDE"C:\PBCC\PRO\PAG\WDIPINC.BAS"
but it give me error.
How to use two or more Subs or Functions? Can you give me an example of their use?
Thanks
Comment