Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2009 |
| Replies: 3 Views: 1,129 Your issue may be with the multiple line input statements within the loop. I'd throw a breakpoint in and be sure the error isn't coming from the second input line. It may be that the first input... |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2009 |
| Replies: 1 Views: 302 Hi Guys,
I'm getting on odd error on compilation, "Procedure too large to compile". The reason I say it's odd is that I know for a fact the procedure is not too large to compile. We have daily... |
Forum: Visual Basic 4 / 5 / 6 Nov 10th, 2006 |
| Replies: 3 Views: 2,323 Your going to need a dictionary file, or at least a file with all the words in the US language in order to implement that. And the implementation will depend on the internal format of that file. I... |