Shoutbox

Visual Studio 6 Glitch? [SOLVED :P] - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Visual Studio 6 Glitch? [SOLVED :P] (/showthread.php?tid=49529)

Visual Studio 6 Glitch? [SOLVED :P] by DJeX on 08-26-2005 at 03:15 AM

I was working on my program in VB Studio 6 and when I went to do a test run of the program VB 6 it comes up with a "Next without For" error. But I've run that same code it shows that the error is in about 30 times, and now it decides to show an error. Is this a glitch in the VB 6 program? I'm 100% sure the code it right because I've tested it alot and even compiled and tested it as exe form and it worked fine. It's driveing me nuts because now I can't finish my program because I need it to stop thinking my code is worng when it really is right and also I never changed any of the other code in the program.

Any help would be great.


RE: Visual Studio 6 Glitch? by brian on 08-26-2005 at 03:40 AM

I'm sure it's a bug in your text, that is an error in your syntax.


RE: Visual Studio 6 Glitch? by DJeX on 08-26-2005 at 03:53 AM

Your right, sorry I've been working on this program for a couple hours now and all the code looks the same to me. :P

It turned out I was missing a End If.