Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Select Case error
#5
(12-14-2023, 04:50 PM)NakedApe Wrote:
(12-14-2023, 04:39 PM)Dimster Wrote: [Image: Error-using-Select-Case.png]

picture sharing

I have run into a situation where the IDE is showing an error in my use of a Select Case. I have 4 cases the last one being Case "Extreme". Attached is a clip of the code and warning box. Normally this would mean I have missed an End IF or a Next but at the moment I can't seem to find it.. I'll keep looking but my question here is that mysterious "7" which you see in the warning box which highlights Case "Extreme" , 7 .... there is no 7 on that case line. Any idea what that 7 means and if it may be pointing me to where I need to address the problem?

Looks like you're missing the next for the "For g = 1 to 8" loop. (The first instance of that line not the second lower down...)

G cycle is not completed  (missing 'next g')
Reply


Messages In This Thread
Select Case error - by Dimster - 12-14-2023, 04:39 PM
RE: Select Case error - by NakedApe - 12-14-2023, 04:50 PM
RE: Select Case error - by MasterGy - 12-14-2023, 07:05 PM
RE: Select Case error - by Dimster - 12-14-2023, 05:37 PM
RE: Select Case error - by NakedApe - 12-14-2023, 07:02 PM
RE: Select Case error - by SMcNeill - 12-14-2023, 07:39 PM
RE: Select Case error - by mnrvovrfc - 12-14-2023, 08:08 PM
RE: Select Case error - by SMcNeill - 12-14-2023, 08:59 PM
RE: Select Case error - by Dimster - 12-15-2023, 01:20 PM
RE: Select Case error - by SpriggsySpriggs - 12-15-2023, 03:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Mac debugger not connecting, a user error! BlameTroi 0 99 02-07-2026, 06:18 PM
Last Post: BlameTroi
  ERROR MESSAGES COLORS ? aurel 5 386 01-02-2026, 11:26 AM
Last Post: aurel
  Using CONST & _RGB used together seem to error... Dav 12 688 12-12-2025, 12:29 AM
Last Post: Dav
  error doing image collision detection with _MemGet madscijr 55 4,663 10-01-2025, 03:25 PM
Last Post: bplus
  error on function returning _mem Herve 5 683 07-05-2025, 08:06 PM
Last Post: hsiangch_ong

Forum Jump:


Users browsing this thread: 1 Guest(s)