Hello awesome community! I'm new to AX and its development and I seek your help if you please :)
I have a while select loop, is there a method that lets me know there is a next loop?
Something like if(selectLoop.hasNext())?
because I want to add a "-" in a string with each loop, in each loop i'm adding a new string in a big string variable. But the words appear next to each other without a space or a dash separating them, so I want to know if there is another step in the while select loop to add "-" to the big string between each loop.
Thanks!
*This post is locked for comments
I have the same question (0)