web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

🚀 Business Central 2025: Use the New "Continue" Keyword for AL Loops!

Saurav.Dhyani Profile Picture Saurav.Dhyani 14,362 Super User 2025 Season 2

Hi Readers, 

Microsoft has just made AL loops easier to write! 🎉 With Business Central 2025 Release Wave 1, AL now supports the continue keyword, making it simpler to control loop iterations and improve code readability.

🔹 Why Is This a Big Deal?

Previously, AL only supported the break keyword, which completely stopped the loop. Now, continue lets you skip the current iteration and move directly to the next oneโ€”just like in C#, Java, and Python!

Read Complete Article ยป

This was originally posted here.

Comments

*This post is locked for comments