0x90h Posted December 16, 2007 Posted December 16, 2007 $i=1 For $i=1 To $i=11 Step 1 ConsoleWrite($i&@CRLF) Next Exit this does not work for me with latest AutoIt, huh. here is all i get on my autoit console >"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\Documents and Settings\dnkn\Pulpit\include\test.au3" /autoit3dir "C:\Program Files\AutoIt3" /UserParams +>16:44:51 Starting AutoIt3Wrapper v.1.9.4 >Running AU3Check (1.54.10.0) from:C:\Program Files\AutoIt3 +>16:44:51 AU3Check ended.rc:0 >Running:(3.2.10.0):C:\Program Files\AutoIt3\autoit3.exe "C:\Documents and Settings\dnkn\Pulpit\include\test.au3" +>16:44:51 AutoIT3.exe ended.rc:0 +>16:44:52 AutoIt3Wrapper Finished >Exit code: 0 Time: 1.256 is this only me or there are others having this problem?
Developers Jos Posted December 16, 2007 Developers Posted December 16, 2007 nah... pilot error... For $i=1 To 11 Step 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
0x90h Posted December 16, 2007 Author Posted December 16, 2007 and what does it mean to me? is there any way how to solve the pilot error?
GaryFrost Posted December 16, 2007 Posted December 16, 2007 and what does it mean to me?is there any way how to solve the pilot error?Yeah don't assign $i=11 in the "To" part of the For SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Talder Posted December 16, 2007 Posted December 16, 2007 and what does it mean to me?is there any way how to solve the pilot error?This is Jos his way to tell you that you have made a syntax error ;-)
Developers Jos Posted December 16, 2007 Developers Posted December 16, 2007 oh right, think im tired.thanks you mean you didn't read past the "pilot error sentense" and didn't see the solution provide ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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