|
Forum Index : Microcontroller and PC projects : MMedit, SELECT CASE bug
| Author | Message | ||||
| ville56 Senior Member Joined: 08/06/2022 Location: AustriaPosts: 265 |
@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: AustraliaPosts: 6344 |
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: AustriaPosts: 265 |
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 KingdomPosts: 1623 |
|
||||
| circuit Senior Member Joined: 10/01/2016 Location: United KingdomPosts: 290 |
I echo that appreciation; MMEDIT is in constant use across all my "mites". |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |