I have created a page that also outputs multiple messaages. Now the question, how do I make that the messages are all output in one message. Because now it is so that I have to click away every single message to see the full page.
I have thought to save the messages somehow then at the end of all output one below the other, but I do not know how to do that. Please help
if ...
else
Message('Day %1 is already present.', RecDate."Day");
and I have this several times