Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Answered

how to use for loop in between do while loop in x++

Posted on by Microsoft Employee

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. 

  • Verified answer
    nmaenpaa Profile Picture
    nmaenpaa 101,156 on at
    RE: how to use for loop in between do while loop in x++

    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. 

  • Blue Wang Profile Picture
    Blue Wang on at
    RE: how to use for loop in between do while loop in x++

    HI Ashokkumar ,

    Have you tried to recompile job?

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: how to use for loop in between do while loop in x++

    Hi Blue Wang, thanks for your response

    I am also using same like this but showing error.forloop.PNG

  • Blue Wang Profile Picture
    Blue Wang on at
    RE: how to use for loop in between do while loop in x++

    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.

    6864.PNG

  • nmaenpaa Profile Picture
    nmaenpaa 101,156 on at
    RE: how to use for loop in between do while loop in x++

    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.

  • nmaenpaa Profile Picture
    nmaenpaa 101,156 on at
    RE: how to use for loop in between do while loop in x++

    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.

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.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans