02-15-2019 10:50 AM
I guess the it all comes down to:
The "Run Continuously" button is an IDE feature and shouldn't be used as an actual coding strategy. Same as the "Pause" and "Highlight Execution" buttons. (And the breakpoint.)
01-26-2021 12:12 PM
It's just a personal preference. Maybe C prople are more verbose on this.
01-26-2021 05:35 PM
@kuashio wrote:
It's just a personal preference. Maybe C prople are more verbose on this.
It's NOT a personal preference. There are real differences between the two. Please read the whole topic.
01-26-2021 06:08 PM - edited 01-26-2021 06:15 PM
.
01-26-2021 06:13 PM
@billko ha escrito:
@kuashio wrote:
It's just a personal preference. Maybe C prople are more verbose on this.
It's NOT a personal preference. There are real differences between the two. Please read the whole topic.
This forum is a bit tricky: Every comment goes as an answer to the original question. I was talking about the 0x hex thing. Take it easy 🙂
01-26-2021 06:59 PM
@kuashio wrote:
@billko ha escrito:
@kuashio wrote:
It's just a personal preference. Maybe C prople are more verbose on this.
It's NOT a personal preference. There are real differences between the two. Please read the whole topic.
This forum is a bit tricky: Every comment goes as an answer to the original question. I was talking about the 0x hex thing. Take it easy 🙂
LOL 😄
01-26-2021 07:05 PM
@kuashio wrote:
This forum is a bit tricky: Every comment goes as an answer to the original question. I was talking about the 0x hex thing. Take it easy 🙂
No. Every answer just goes to the end of the thread. There is no direct connection to the first or any later reply. If you aren't replying to the previous message where it is obvious in the flow of the thread what you are talking about, then use the quote button to add the text from the message you are replying to. Edit the quote if necessary to eliminate parts of the message are irrelevant.
01-27-2021 09:27 AM
No. Every answer just goes to the end of the thread. There is no direct connection to the first or any later reply. If you aren't replying to the previous message where it is obvious in the flow of the thread what you are talking about, then use the quote button to add the text from the message you are replying to. Edit the quote if necessary to eliminate parts of the message are irrelevant.
Sure. Thanks, you rock.
01-27-2021 10:19 AM
So, I'll add some more.
Let's start with this exercise:
I just heard a whole lot of eyelids snapping open! Watch the indicator while you run continuously and adjust X and Y. The math looks a bit off doesn't it?
Go ahead and drop the while loop and wire up the STOP button.
Run the vi. Hallelujah 2+2=4 again!
01-27-2021 10:31 AM - edited 01-27-2021 10:33 AM
That should have demonstrated that there is a lot more involved in call setup than you expected in a safe but, observable situation. The involkng of the clear indicators method, if enabled, is only 1 of many differences between run continuously and running a loop.