Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 19:32 27 Mar 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : MMedit, SELECT CASE bug

Author Message
ville56
Senior Member

Joined: 08/06/2022
Location: Austria
Posts: 188
Posted: 10:18am 12 Mar 2025
Copy link to clipboard 
Print this post

@Jim,

please have a look at the following:

an empty CASE in a SELECT statement causes the "format indentation" to get nuts.


 
 '+++++++++++++ Main loop ++++++++++++++++
 do
   if rot_ef = 1 then
     rot_ef = 0
     select case rot_state
       CASE 1
     end select
     end if
     loop

if a line, even blank, is inserted, all is ok


 '+++++++++++++ Main loop ++++++++++++++++
 do
   if rot_ef = 1 then
     rot_ef = 0
     select case rot_state
       CASE 1
         'blank line

     end select
   end if
 loop


Regards,
Gerald
                                                                 
73 de OE1HGA, Gerald
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6181
Posted: 01:35am 13 Mar 2025
Copy link to clipboard 
Print this post

Thanks.
It is a bug I am aware of but I haven't put a high priority on it.

Jim
VK7JH
MMedit
 
ville56
Senior Member

Joined: 08/06/2022
Location: Austria
Posts: 188
Posted: 06:24am 13 Mar 2025
Copy link to clipboard 
Print this post

OK, thanks for your precious work. Using MMbasic would make only half the joy for me without MMedit and MMCC. Great contribution.

Gerald
                                                                 
73 de OE1HGA, Gerald
 
PhenixRising
Guru

Joined: 07/11/2023
Location: United Kingdom
Posts: 1090
Posted: 07:36am 13 Mar 2025
Copy link to clipboard 
Print this post

  ville56 said  OK, thanks for your precious work. Using MMbasic would make only half the joy for me without MMedit and MMCC. Great contribution.

Gerald


 
 
circuit
Senior Member

Joined: 10/01/2016
Location: United Kingdom
Posts: 254
Posted: 10:44am 13 Mar 2025
Copy link to clipboard 
Print this post

  PhenixRising said  
  ville56 said  OK, thanks for your precious work. Using MMbasic would make only half the joy for me without MMedit and MMCC. Great contribution.

Gerald


 


I echo that appreciation; MMEDIT is in constant use across all my "mites".
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2025