Message Box: with Sequential Output

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Message Box: with Sequential Output

Post by townsend » Fri Dec 13, 2013 9:12 pm

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.

townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Re: Message Box: with Sequential Output

Post by townsend » Fri Dec 13, 2013 9:31 pm

Got it!

Code: Select all

Put cr & "Some Text" after Message Box

Post Reply