Anybody knows why vb6 can compile/run code with too large code inside a SUB/Function, but if you want to depure it step by step or so, it trows 'procedure too large'?. I had to divide a large procedure in 5 parts to avoid that error (with the nasty added overhead).
↧