Jump to content

AutoIT error on a specific line.


YFridman
 Share

Recommended Posts

I had been using AutoIT for years and years and yet never had to deal with this issue prior to now.

I am getting an error on Line 6471, while my script is only 553 lines long.  

I have several includes and that's what i think creates so many lines
#include <_NTServices2.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <Array.au3>
#include <ColorConstants.au3>
#include <Date.au3>

How do i determine which line in my script corresponds to line 6471 in the error?

Thank you!

Link to comment
Share on other sites

not even close :(  only 1178 lines now after using AU3stripper with /MergeOnly , but the error was on 6471...
- 11.25 Iteration 1 Strip Functions result: Output  3045 lines, stripped 3500 Func lines and 3945 Commentlines
- 14.25 Iteration 2 Strip Variables result: Output  1235 lines and stripped 1810 lines
- 15.00 Iteration 3 Strip Variables result: Output  1186 lines and stripped 49 lines
- 15.81 Iteration 4 Strip Variables result: Output  1179 lines and stripped 7 lines
- 16.38 Iteration 5 Strip Variables result: Output  1178 lines and stripped 1 lines
+> Source    10581 lines 462095 Characters.
+> Stripped  5367 Func/Var lines and  3945 comment lines, Total 414317 Characters.
+> Saved     88% lines 89% Characters.
+> Au3Stripper v19.102.1901.0 finished created:C:\temp\PostImage2021_stripped.au3

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...