andyswarbs Posted February 11, 2006 Share Posted February 11, 2006 (edited) PopG_Array.au3 (4 previous downloads) #Region Doc: #Region Doc: Notes ; Extends Array functionality, primarily in two dimensions. ; ; You are allowed to freely use this code without restriction. ; ; If you have questions, suggestions or wish to report a bug please do this at ; http://www.autoitscript.com/forum/index.php?showtopic=21542 #EndRegion Doc: Notes #Region Doc: Function List ; _ArrayAdd1 As per _ArrayAdd, but adds an array. ; _ArrayAdd2 As per _ArrayAdd1, but for two dimensional arrays. ; _ArrayDelete2 Deletes either a row or a column from a two dimensional array. ; _ArrayDisplay2 As per _ArrayDisplay but for two dimensional arrays. ; _ArraySwap2ByKey Swaps two rows or columns in a 2-d array, the hooks being position (in development) ; _ArraySwap2ByIndex Swaps two rows or columns in a 2-d array, the hooks being position #EndRegion Doc: Function List #Region Doc: History ; 20-Feb-06 Als Updated _ArrayAdd1 Bug fixed re [0] entry set incorrectly to one more that it should be. ; 19-Feb-06 Als Updated _ArrayDisplay2 Altered to fully support 1 dimensional arrays, and thus support timeouts. ; 18-Feb-06 Als Extended _ArrayDisplay2 Copes with up to 3 dimensions ; 18-Feb-06 Als Extended _ArrayDisplay2 Support msgbox timeout. ; 05-Feb-06 Als Added _ArraySwap2ByIndex ; 05-Feb-06 Als Added _ArrayDelete2 #EndRegion Doc: History #Region Doc: Requirements ; Au3 build 3.1.1.109 or better. ; Also uses Au3 include libraries GuiConstants and Array. ; Also uses PopG include library _Delim. #EndRegion Doc: Requirements #EndRegion Doc: (Notes: _ArraySwap2ByKey is commented out - untested but almost there. The _ArraySwap2 functions are NOT for the feint-hearted - you have been warned.) 18-Feb-03 Update to _ArrayDisplay2 to support up to 3 dimensions. Edited February 21, 2006 by andyswarbs Licensing.au3Extended _Max & _Min_MsgBoxExitVarious extensions to _GuiCtrl...Run Dos programs output into an array etc (Updated 19-Feb-06)Extensions to Array library, primarily in two dimensions (updated 20-Feb-06)Version dependency calculator, _IsVer1GEVer2User Management, answering some domain questions (updated 19-Feb-06, various bugfixes and new functions added)Extensions to registry manipulation, including a recursive search & replaceDelimited string library (updated 19-Feb-03, added _DelimListSort)String library extensionsTerminal Server supportFile libraryCommand line parser (added 18-Feb-06)(UDF homepage) (Scit4Au3 UserCallTips added 21-Feb-06) 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