News

AutoHotkey lacks built-in iteration helper methods to perform many of the common array behaviors found in other languages. This package ports most of JavaScript's Array object methods to AutoHotkey's ...
1) firstIndexOf (array, obj, optional : matchedBy ) 2) allIndexesOf (array, obj, optional : matchedBy ) 3) lastIndexOf (array, obj, optional : matchedBy ) 4 ...