Bruce_GB Posted August 24, 2017 Posted August 24, 2017 Hi all, Every time I run the script and encounter an error, add a new line or change something; I have to restart the code from the beginning. Is there a way to pause/stop the script and change it without re-running the script and the associated handler one more time? many thanks
Moderators Melba23 Posted August 24, 2017 Moderators Posted August 24, 2017 Bruce_GB, As far as I know this is not possible with AutoIt. 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
Moderators JLogan3o13 Posted August 24, 2017 Moderators Posted August 24, 2017 (edited) I cannot think of a language that does let you do this? Most anything, once you execute it pulls the script into memory so any changes would require stopping and restarting. Edited August 24, 2017 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Bruce_GB Posted August 24, 2017 Author Posted August 24, 2017 maybe i wasn't clear enough, sorry. In VS you can pause the script to check the value of variables, change, add, and remove. I was wondering if SciTE can do something like that with Autoit!. Many thx for you help
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