Chimaera Posted November 20, 2014 Share Posted November 20, 2014 I saw a reference to this here and i was wondering what it is? I have a couple of scripts that fail like the post above the referenced post (Array variable has incorrect number of subscripts) error and i wondered if this stripped au3 file would help solve them? On a footnote When you get errors from Includes is there a way to get it to tell you which line number in the include that is erroring so we can backtrack? rather than the compiled line number which is no help at all? If Ive just helped you ... miracles do happen. Chimaera CopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices() Link to comment Share on other sites More sharing options...
Developers Jos Posted November 20, 2014 Developers Share Posted November 20, 2014 Au3Stripper can produce an single sourcefile that is similar to what is stored in the compiled script file. So this allows you to check the exact line in case the compiled script end with an error. Jos 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. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted November 20, 2014 Moderators Share Posted November 20, 2014 Chimaera,Jos has added a utility to the latest SciTE4AutoIt3 packages called Au3Stripper - which replaces the old Obfuscator. It expands all of the includes and then removes all unused functions and constants as well as all comments and blank lines giving you a "minimalist" file which will be compiled. This means that "error at line" messages refer to the same line in the stripped script. Look in the SciTE Help file for more details. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Chimaera Posted November 23, 2014 Author Share Posted November 23, 2014 Ok ill go look thx all If Ive just helped you ... miracles do happen. Chimaera CopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices() Link to comment Share on other sites More sharing options...
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