Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ExeOutputWindow => correct usage?
#1
If I have a macro that is an .exe and I want to output something in the output window:

Macro test_output
Code:
Copy      Help
str a="abc"
ExeOutputWindow 4 "Show output"
out a

mes("close?")

I need to have a messagebox in order for the output window to be kept shown.
If I remove the messagebox the messagebox will be rendered in and out so quickly I often can not even see it.

Is there a way around this? (without using a messagebox)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)