andyswarbs Posted February 11, 2006 Share Posted February 11, 2006 (edited) #Region Doc: #Region Doc: Notes ; Provides "delimited list" support which is so, so useful to Au3 features such as GuiCtrlListView and almost every aspect of Au3 life. ; Au3 build 3.1.1.109 or better. ; This library is one of a suite of extensions to Au3. #EndRegion Doc: Notes #Region Doc: Requirements ; Au3 build 3.1.1.109 or better. ; <array.au3> #EndRegion Doc: Requirements #Region Doc: History ; 19-Feb-03 Als Updated _DelimListReplaceItem with a bugfix. ; 19-Feb-06 Als Renamed _DelimSplit to _DelimListSplit ; 19-Feb-06 Als Updated _DelimListSplit with optional delimiter argument, defaulting to GUIDataSeparatorChar. ; 19-Feb-06 Als Added _DelimListSort ; 18-Feb-06 Als Updated _DelimListGetIndex by adding optional case-sensitivity argument (defaulting to case-insensitive). ; 05-Feb-06 Als Added _DelimListSplit #EndRegion Doc: History #Region Doc: FunctionList ; _DelimListGetIndex Returns the index position of one string in a delimited string. ; _DelimListGetText Returns the text at an index position in a delimited string. ; _DelimListPadDelims Ensures that there are at least a certain number of delimiters in a string ; _DelimListReplaceItem Replaces a subitem in a string, such as one used in a ListView using StringReplaceby searching for the substring ; _DelimListSetItem Replaces a subitem in a string, such as one used in a ListView by occurence of delimiters in the string. ; _DelimListSort Returns a delimited list in sorted order ; _DelimListSplit Splits a delimted list into left and right at the specified occurence of delimter. #EndRegion Doc: FunctionList #EndRegion Doc: PopG_Delim.au3 Previous downloads=22, last update 19-Feb-03 Edited February 19, 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