Home » Extra libraries, Code snippets, applications etc. » U++ Esc Interpreter, Esc Macros and templates » continue bug
continue bug [message #49018] |
Tue, 28 November 2017 16:51 |
luoganda
Messages: 205 Registered: November 2016
|
Experienced Member |
|
|
Happened in v11040,
using regular for loop,eg:
str="";
for(a=0; a<10; a++){
str="any";
if(str=="any")continue; <=doesn't continue(goesFurther)
str="moon";
if(str=="moon")break; <=this works as expected
}
|
|
|
|
|
|
Re: continue bug [message #49024 is a reply to message #49023] |
Wed, 29 November 2017 18:26 |
|
Klugier
Messages: 1083 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello,
For the next time please write more information in your post (I didn't even know that the issue refers to Esc). You could also place the source code of the file here - why I need to lose additional time to obtain it from some unofficial site.
Sincerely,
Klugier
U++ - one framework to rule them all.
[Updated on: Wed, 29 November 2017 18:27] Report message to a moderator
|
|
|
|
Re: continue bug [message #49058 is a reply to message #49025] |
Sun, 10 December 2017 15:19 |
|
Klugier
Messages: 1083 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello,
We have break, but we have not continue. It seems like it is the Esc design problem. In my opinion adding break shouldn't be huge problem. I will create ticker for this issue - #1821.
luoganda - maybe you have idea how to fix that issue? It will speed up the development process.
Sincerely,
Klugier
U++ - one framework to rule them all.
[Updated on: Sun, 10 December 2017 15:20] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Fri Nov 01 01:59:21 CET 2024
Total time taken to generate the page: 0.02672 seconds
|