ElectricNoob 1 Posted February 12, 2017 Share Posted February 12, 2017 Hello! I'm having trouble getting something right. I'm trying to craft two while loops that that run my outputs. My problem is the code is not making sense for what works and what doesn't work. I have attached a snip of the code for reference. Now what you see in the attachment sort of works, but not as intended. But the confusing part is the first and second while loop turns on and off the outputs. Neither of them should work because the loopcount is either less or greater than the integer (just take a look lol) So, when I set loopcount1 = 0 the code will NOT run even though that is less than 5! I'm so confused...and it simply doesn't count, it just runs both while sections once - one after another (the code in the attachment) Thanks for the reply Quote Link to post Share on other sites
ElectricNoob 1 Posted February 12, 2017 Author Share Posted February 12, 2017 I had a semicolon after my while instruction preventing the code to run as intended. Once I removed the semicolon the code ran correctly.... energia 1 Quote Link to post Share on other sites
energia 485 Posted February 13, 2017 Share Posted February 13, 2017 @@ElectricNoob thanks for reporting back! Quote Link to post Share on other sites
LiviuM 43 Posted February 14, 2017 Share Posted February 14, 2017 I had a semicolon after my while instruction It is the reason I'm always using brackets around while blocks. My code looks maybe ugly, but I avoid such "surprises". Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.