Jump to content

consolewrite


Recommended Posts

It will be in your Scite output.

Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]

Link to comment
Share on other sites

This would only show up in the SciTE console pane:

ConsoleWrite("Hello, world!" & @LF)

This could show up in a CMD shell:

#AutoIt3Wrapper_Change2CUI=Y

ConsoleWrite("Hello, world!" & @LF)

:blink:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Is there a window i can have open that will show me what all my variables are? Isnt that what the SciTE console pane is? Where do i go to make it show up? Thanks!

SciTE is really only an editor. The light weight IDE-like additions in SciTE4AutoIt3 don't include things like breakpoint and monitor, or step.

You might try the #AutoIt3Wrapper_Run_Debug_Mode=Y compiler option.

:blink:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...