|
Home > Archive > FoxPro Help and Support > January 2006 > output window
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I need to test some code in the command window. I don't know where the
results are being displayed. If I type: ? "12345" in the command
window and press return where does it print 12345?
| |
| Fred Taylor 2006-01-23, 11:25 am |
| On the currently active form. You could use a ACTIVE SCREEN to see it in
the main VFP window. If you need to see it in all situations, better to use
DEBUGOUT and look at in the Debugger window.
--
Fred
Microsoft Visual FoxPro MVP
"cj" <cj@nospam.nospam> wrote in message
news:ejaGFxCIGHA.676@TK2MSFTNGP10.phx.gbl...
>I need to test some code in the command window. I don't know where the
>results are being displayed. If I type: ? "12345" in the command window
>and press return where does it print 12345?
| |
|
| Thanks, I found it before I got your reply--that's why I deleted my
question.
Fred Taylor wrote:
> On the currently active form. You could use a ACTIVE SCREEN to see it in
> the main VFP window. If you need to see it in all situations, better to use
> DEBUGOUT and look at in the Debugger window.
>
|
|
|
|
|