Announcements
No record found.
Hi,
Can use for loop in between do while loop in x++,
I can try to use but syntax error occur. anyone give idea or suggestion about that.
Thanks in advance.
Could you explain a bit more what you are trying to do. And also please show your code that gives you the error. Otherwise we can't know what might be wrong with it.
Also, normally you should try to avoid nested loops since they often lead to performance issues. Perhaps we can find together a better way to solve your requirement. If you share your functional requirement with us.
Hi Ashokkumar,
For what purpose do you need to design code like this?
But I simply tried without prompting syntax problems, what about your code, please share with us.
But as Nikolaos said, if you use nested loops, it will definitely affect performance.
Hi Blue Wang, thanks for your response
I am also using same like this but showing error.
HI Ashokkumar ,
Have you tried to recompile job?
This error has nothing to do with having two loops. In AX2012 x++ you can't declare variables in the middle of methods, not even in the "for" statement. On the other hand, in D365 you can declare variables anywhere in the method, and Blue Wang's example is from D365
So you have to declare int k in the beginning of your method.
However I think you still didn't share your original code with us. So we don't know what might have been wrong with it. In your recent message you simply tried Blue Wang's example code.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 658
André Arnaud de Cal... 468 Super User 2026 Season 1
Syed Haris Shah 333 Super User 2026 Season 1