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.
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.
HI Ashokkumar ,
Have you tried to recompile job?
Hi Blue Wang, thanks for your response
I am also using same like this but showing error.
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.
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.
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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156