Message Box problem
Posted: Wed Feb 23, 2011 6:01 pm
Here's the problem I'm having. Every time I execute a command in the Message Box,
only the last result is displayed. For instance:
displays only, "now second line" and NOT "first line".
I've been reading through the "Message box tips and Tricks" tutorial.
lessons_runrev_com/spaces/lessons/buckets/784/lessons/8537-Message-box-tips-and-tricks
(change both _ to .)
It says:
Also:
I'm probably just missing something simple.
This is on a Windows 7 machine.
only the last result is displayed. For instance:
Code: Select all
put "first line"
put "now second line"
I've been reading through the "Message box tips and Tricks" tutorial.
lessons_runrev_com/spaces/lessons/buckets/784/lessons/8537-Message-box-tips-and-tricks
(change both _ to .)
It says:
This should be the work, but it doesn't.Control + a: shifts insert point to start of line
Control + n: shifts insert point to end of line
Also:
Which also doesn't work for me.In multi-line message box mode Control + Up or Down key:
shifts insert point between the command editing area (top) and results area (bottom)
I'm probably just missing something simple.
This is on a Windows 7 machine.