Is there a way to ad more than one statement to an IF condition? I.E.
IF txtAccount = 'MAIN' THEN
{
x = x + 1
y = y + X
};
thats how I would do it in c# for example but I can't figure out how to do it in C/AL code. I have seen the documentation and I can't find that section.
*This post is locked for comments
I have the same question (0)