Page 1 of 1

Message Box: with Sequential Output

Posted: Fri Dec 13, 2013 9:12 pm
by townsend
I see every time my code Puts something into the Message Box, the previous output is overwritten.
Is it possible to have new output added to the existing output?
So I can see a running list of all output text.

Re: Message Box: with Sequential Output

Posted: Fri Dec 13, 2013 9:31 pm
by townsend
Got it!

Code: Select all

Put cr & "Some Text" after Message Box