jaenster Posted October 12, 2006 Posted October 12, 2006 sleep(1000) $string = "huh?" for $i = 0 to stringlen($string) send(stringmid($string,$i,1)&"{enter}") next >"C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "D:\mousemove.au3" /autoit3dir "C:\Program Files\AutoIt3" /UserParams +> Starting AutoIt3Wrapper v.1.7.1 >Running AU3Check (1.54.3.0) params: from:C:\Program Files\AutoIt3 D:\mousemove.au3(13,1) : ERROR: syntax error next ^ D:\mousemove.au3 - 1 error(s), 0 warning(s) !>AU3Check ended.rc:2 >Exit code: 0 Time: 1.828 -jaenster
Valik Posted October 12, 2006 Posted October 12, 2006 I don't think so. Maybe you should have run Au3Check on your example because it's not broken. Since the line number's don't match up, I'm assuming this is part of a larger script and there is a different syntax error earlier in your script. Possibly a missing EndIf or similar end-of-block keyword. At any rate, this is definitely not a bug and so I'm moving it to support.
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