Guest softuser Posted July 1, 2004 Posted July 1, 2004 AutoIt is a great tool. Is there any way to output debug variables into the SciTe editor output window?
emmanuel Posted July 2, 2004 Posted July 2, 2004 you bet, if you're running .102 see the sciTE help, under Scite/Autoit3 - Getting started, Run Errors. "I'm not even supposed to be here today!" -Dante (Hicks)
CyberSlug Posted July 2, 2004 Posted July 2, 2004 You might try a technique like this debug helperHope that helps Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Valik Posted July 2, 2004 Posted July 2, 2004 I think what he intended was something like a wrapper around printf().
Nutster Posted July 2, 2004 Posted July 2, 2004 Isn't StringFormat a wrapper for printf()? David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
Valik Posted July 2, 2004 Posted July 2, 2004 Nutster said: Isn't StringFormat a wrapper for printf()?I meant one that literally wrapped printf() and took whatever you passed it and sent it to stdout, so that editors such as SciTE could capture it and display it. StringFormat is more like sprintf(), I believe.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now