Search results
Jump to navigation
Jump to search
- ...ttp://www.autoitscript.com/autoit3/docs/faq.htm AutoIt HelpFile]. Much of it is about the transition from V2 to V3, but most is still relevant and shoul ...s untidy code and repairs messy scripts to allow them to be more readable. It also corrects problems with incorrectly capitalised function names and vari ...55 KB (8,091 words) - 14:18, 2 October 2024
- ...number of other programming languages. You do not need to follow them, but it is recommended that you do. If a function sets the @error flag, you should always check it before using a return value - if @error indicates an error then the functio ...23 KB (3,252 words) - 09:56, 29 October 2020
- ...tributed with AutoIt then it must meet all the criteria detailed here, but it's also good practice to always write in conformance with at least the major ...this should be documented and linked to so users can download it as well. It goes without saying that a UDF based on non-standard UDFs cannot itself bec ...28 KB (3,750 words) - 18:51, 19 January 2024
- ...- any part of the script can both read its value and, importantly, change it. ...when the function terminates. It is invisible to any other function unless it is passed as a parameter. ...15 KB (2,393 words) - 00:10, 16 October 2018
- ...en more difficult to realise. However, as I hope this tutorial will show, it is not that daunting and can prove very useful. However, you do need to ta ...each resized element uses the same function to resize the elements within it. Without recursion this would be almost impossible to do. ...11 KB (1,613 words) - 17:00, 17 November 2012
- ...tutorial targets people who are beginners. To understand how arrays work, it is imperative to try out and modify the provided samples. Make sure that e Local $arr = StringSplit("This is my string. I want to split it in sentences.", '.') ...18 KB (2,590 words) - 13:33, 13 January 2024
- ...t testing is about quality assurance and confidence in the code you write. It is about investing a little time upfront to gain on your investment when th It is not the silver bullet the "inventors" like it to be. Unit testing GUI applications can be a real challenge and sometimes ...11 KB (1,664 words) - 18:50, 8 August 2013
- This is our finished product above, it uses Functions, ByRef, etc... This is a variable statement, I'm going to break it down a bit. ...4 KB (644 words) - 09:51, 21 August 2008
- ...nality and information that JavaScript running in the browser doesn't, and it can more accurately simulate user events or OS-level events. WebDriver can ...tion derived from ChromeDriver and adapted by Opera''". That's why I think it has at least the same limitations as ChromeDriver. ...39 KB (5,107 words) - 21:37, 9 July 2025
- Before starting this series, it is assumed you have a firm grasp of programming in the AutoIt language, and ...d creeping out the less mathy readers with all the abstraction. That said, it is important to remember that the theory is important; and abstracting in t ...7 KB (1,224 words) - 04:38, 11 November 2012
- ...ways to move a ''$WS_POPUP'' GUI with the mouse as well as a way to resize it. ...shows where dragging is possible and the red area (if there is one) where it is not; clicking the button will bring up a message box; and pressing "''Es ...16 KB (2,102 words) - 11:40, 18 April 2015
- ; Set the position and then retrieve it. Due to adjustments ; by Windows it may not be the same as the value set. ...58 KB (6,056 words) - 21:02, 19 August 2021
- ...within AutoIt for newcomers. Purists might quibble over details here, but it is good enough for hobbyists like me! ...never a WM_COMMAND message is sent by my GUI, please intercept it and pass it through the MY_WM_COMMAND function in this script''". The actual message ti ...8 KB (1,337 words) - 11:06, 11 July 2015
- ...one major way: rather than being indexed numerically (i.e. 0, 1, 2, 3, …), it is indexed by a key, or a language-like word. ...a simple hash function that can probably be easily improved upon and while it can resize the hash table, the resize is slow so try to make your initial s ...12 KB (1,650 words) - 09:41, 4 December 2017
- This is a common question and this tutorial explains how to do it within the limitations of Autoit. ...tion calls in both ''OnEvent'' and ''MessageLoop'' modes. This means that it waits until a function is finished and the code is back in your idle ''Whil ...15 KB (1,884 words) - 18:29, 15 August 2013
- * Only does what you tell it to do - no implicit "actions" It's mandatory now to call function _Excel_Open before any other function (exc ...22 KB (3,012 words) - 07:19, 8 March 2025
- ...O to execute SQL commands directly. The disadvantage of the latter is that it introduces a dependency upon the type of database used. ...objects for schema creation and modification, as well as security. Because it is an object-based approach to schema manipulation, you can write code that ...11 KB (1,672 words) - 20:13, 13 August 2024
- <!-- Report it to Trac with category 'Documentation'. --> ...er the pattern was found or not. 1 and 2 find the first match and returns it in an array. 3 and 4 find multiple hits and fills the array with all the m ...14 KB (2,187 words) - 06:34, 23 August 2013
- ...k in time and using all kind of sources to describe how AutoIt became what it is now. Enjoy! ...uld force button clicks and he found Microsoft ScriptIt but Jon found that it was extremely unreliable.<br /> ...6 KB (1,051 words) - 06:07, 20 February 2016
- <!-- NOTE: It would be nice if we could keep most of the code in here "runable", so that ...s visible or more precisely how long a variable is stored in memory before it returns to a free state. As such, the allocation(declaration) and deallocat ...15 KB (2,305 words) - 22:19, 23 February 2023